ServerIdentity

Enum that describes types of server-side identity (i.e. a combination of a private key and a certificate chain) used in Multipaz.

Entries

Link copied to clipboard

An identity used by a CA server to remotely enroll other servers, i.e. provide required identities to them.

Link copied to clipboard

An identity used to sign credentials.

Link copied to clipboard

An identity for cloud secure area.

Link copied to clipboard

An identity for digital credentials readers.

Link copied to clipboard

An identity for OpenID and cloud secure area key attestations.

Link copied to clipboard

An identity for OpenID Wallet attestations.

Link copied to clipboard

An identity for OpenID client assertion.

Link copied to clipboard

An internal identity for the System of Record clients.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

X500 common name prefix used in certificates for this identity. Root certificates will use common name structured as "

$commonName Root at https://...." and second-level certificates will use "$

commonName at https://....".

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val jsonName: <Error class: unknown class>

A name for the identity that is formatted for use in JSON and in URLs (lowercase, underscore-separated).

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.