KeyUsageFlags
class KeyUsageFlags
The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the certificate.
Types
Properties
Link copied to clipboard
DataEncipherment is asserted when the subject public key is used for directly enciphering raw user data without the use of an intermediate symmetric cipher.
Link copied to clipboard
The digitalSignature is asserted when the subject public key is used for verifying digital signatures.
Link copied to clipboard
KeyAgreement is asserted when the subject public key is used for key agreement.
Link copied to clipboard
KeyEncipherment is asserted when the subject public key is used for enciphering private or secret keys, i.e., for key transport.
Link copied to clipboard
NonRepudiation is asserted when the subject public key is used to verify digital signatures.