GetCertificateCertificatePolicyKeyProperty

data class GetCertificateCertificatePolicyKeyProperty(val curve: String, val exportable: Boolean, val keySize: Int, val keyType: String, val reuseKey: Boolean)

Constructors

constructor(curve: String, exportable: Boolean, keySize: Int, keyType: String, reuseKey: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Is this Certificate Exportable?

Link copied to clipboard

The size of the Key used in the Certificate.

Link copied to clipboard

Specifies the Type of Key, for example RSA.

Link copied to clipboard

Is the key reusable?