Module: Google::Cloud::Kms::V1::CryptoKey::CryptoKeyPurpose

Defined in:
lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/resources.rb

Overview

CryptoKeyPurpose describes the capabilities of a CryptoKey. Two keys with the same purpose may use different underlying algorithms, but must support the same set of operations.

Constant Summary collapse

CRYPTO_KEY_PURPOSE_UNSPECIFIED =

Not specified.

0
ENCRYPT_DECRYPT =

CryptoKeys with this purpose may be used with Encrypt and Decrypt.

1