KeyUsage
A representation of the allowed usage of a key
type KeyUsage {
derivation: Boolean!
encipherment: Boolean!
signing: Boolean!
}
Fields
KeyUsage.derivation ● Boolean! non-null scalar
Indicates that the key may be used to perform key derivation
KeyUsage.encipherment ● Boolean! non-null scalar
Indicates that the key may be used for decryption
KeyUsage.signing ● Boolean! non-null scalar
Indicates that the key may be used for creating signatures
Member Of
CodeSignKeyPairValues object ● KeyPair object