KEY USAGE
Key usage defines the purpose of the key contained in a certificate.
Field |
Type |
Description |
---|---|---|
parsed.extensions.key_usage.certificate_sign |
boolean |
Whether the keyCertSign bit is set. |
parsed.extensions.key_usage.content_commitment |
boolean |
Whether the contentCommitment (formerly called nonRepudiation) bit is set. |
parsed.extensions.key_usage.crl_sign |
boolean |
Whether the cRLSign bit is set. |
parsed.extensions.key_usage.data_encipherment |
boolean |
Whether the dataEncipherment bit is set. |
parsed.extensions.key_usage.decipher_only |
boolean |
Whether the decipherOnly bit is set. |
parsed.extensions.key_usage.digital_signature |
boolean |
Whether the digitalSignature bit is set. |
parsed.extensions.key_usage.encipher_only |
boolean |
Whether the encipherOnly bit is set. |
parsed.extensions.key_usage.key_agreement |
boolean |
Whether the keyAgreement bit is set. |
parsed.extensions.key_usage.key_encipherment |
boolean |
Whether the keyEncipherment bit is set. |
parsed.extensions.key_usage.value |
unsigned_long |
The integer value of the bitmask in the extension. |
Comments
0 comments
Article is closed for comments.