public enum CryptoKey.CryptoKeyPurpose extends Enum<CryptoKey.CryptoKeyPurpose> implements ProtocolMessageEnumCryptoKeyPurpose describes the cryptographic capabilities of a CryptoKey. A given key can only be used for the operations allowed by its purpose. For more information, see Key purposes.
Protobuf enum google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ASYMMETRIC_DECRYPT | CryptoKeys with this purpose may be used with AsymmetricDecrypt and GetPublicKey. |
| ASYMMETRIC_DECRYPT_VALUE | CryptoKeys with this purpose may be used with AsymmetricDecrypt and GetPublicKey. |
| ASYMMETRIC_SIGN | CryptoKeys with this purpose may be used with AsymmetricSign and GetPublicKey. |
| ASYMMETRIC_SIGN_VALUE | CryptoKeys with this purpose may be used with AsymmetricSign and GetPublicKey. |
| CRYPTO_KEY_PURPOSE_UNSPECIFIED | Not specified. |
| CRYPTO_KEY_PURPOSE_UNSPECIFIED_VALUE | Not specified. |
| ENCRYPT_DECRYPT | CryptoKeys with this purpose may be used with Encrypt and Decrypt. |
| ENCRYPT_DECRYPT_VALUE | CryptoKeys with this purpose may be used with Encrypt and Decrypt. |
| MAC | CryptoKeys with this purpose may be used with MacSign. |
| MAC_VALUE | CryptoKeys with this purpose may be used with MacSign. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |