EcKeyTypeResponse

data class EcKeyTypeResponse(val signatureAlgorithm: String)

Describes an Elliptic Curve key that may be used in a Certificate issued from a CaPool.

Constructors

Link copied to clipboard
fun EcKeyTypeResponse(signatureAlgorithm: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.