public enum ProtectionLevel extends Enum<ProtectionLevel> implements ProtocolMessageEnumProtectionLevel specifies how cryptographic operations are performed. For more information, see Protection levels.
Protobuf enum google.cloud.kms.v1.ProtectionLevel
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| EXTERNAL | Crypto operations are performed by an external key manager. |
| EXTERNAL_VALUE | Crypto operations are performed by an external key manager. |
| EXTERNAL_VPC | Crypto operations are performed in an EKM-over-VPC backend. |
| EXTERNAL_VPC_VALUE | Crypto operations are performed in an EKM-over-VPC backend. |
| HSM | Crypto operations are performed in a Hardware Security Module. |
| HSM_VALUE | Crypto operations are performed in a Hardware Security Module. |
| PROTECTION_LEVEL_UNSPECIFIED | Not specified. |
| PROTECTION_LEVEL_UNSPECIFIED_VALUE | Not specified. |
| SOFTWARE | Crypto operations are performed in software. |
| SOFTWARE_VALUE | Crypto operations are performed in software. |
| 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() |