Allowed Key Type Response
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.