AllowedKeyTypeResponse

data class AllowedKeyTypeResponse(val ellipticCurve: EcKeyTypeResponse, val rsa: RsaKeyTypeResponse)

Describes a "type" of key that may be used in a Certificate issued from a CaPool. Note that a single AllowedKeyType may refer to either a fully-qualified key algorithm, such as RSA 4096, or a family of key algorithms, such as any RSA key.

Constructors

Link copied to clipboard
constructor(ellipticCurve: EcKeyTypeResponse, rsa: RsaKeyTypeResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents an allowed Elliptic Curve key type.

Link copied to clipboard

Represents an allowed RSA key type.