Certificate Certificate Description Config Value Key Usage Base Key Usage Key Usage Option
data class CertificateCertificateDescriptionConfigValueKeyUsageBaseKeyUsageKeyUsageOption(val certSign: Boolean? = null, val contentCommitment: Boolean? = null, val crlSign: Boolean? = null, val dataEncipherment: Boolean? = null, val decipherOnly: Boolean? = null, val digitalSignature: Boolean? = null, val encipherOnly: Boolean? = null, val keyAgreement: Boolean? = null, val keyEncipherment: Boolean? = null)
Properties
Link copied to clipboard
The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation".
Link copied to clipboard
The key may be used to encipher data.
Link copied to clipboard
The key may be used to decipher only.
Link copied to clipboard
The key may be used for digital signatures.
Link copied to clipboard
The key may be used to encipher only.
Link copied to clipboard
The key may be used in a key agreement protocol.
Link copied to clipboard
The key may be used to encipher other keys.