Certificate Certificate Description X509Description Key Usage Base Key Usage
data class CertificateCertificateDescriptionX509DescriptionKeyUsageBaseKeyUsage(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.