Module: Google::Cloud::Kms::V1::ProtectionLevel

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

Overview

ProtectionLevel specifies how cryptographic operations are performed. For more information, see Protection levels.

Constant Summary collapse

PROTECTION_LEVEL_UNSPECIFIED =

Not specified.

0
SOFTWARE =

Crypto operations are performed in software.

1
HSM =

Crypto operations are performed in a Hardware Security Module.

2