Class: Google::Cloud::Kms::V1::PublicKey
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::PublicKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/resources.rb
Overview
The public keys for a given CryptoKeyVersion. Obtained via GetPublicKey.
Instance Attribute Summary collapse
-
#algorithm ⇒ ::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm
The Algorithm associated with this key.
-
#name ⇒ ::String
The name of the CryptoKeyVersion public key.
-
#pem ⇒ ::String
The public key, encoded in PEM format.
-
#pem_crc32c ⇒ ::Google::Protobuf::Int64Value
Integrity verification field.
-
#protection_level ⇒ ::Google::Cloud::Kms::V1::ProtectionLevel
The ProtectionLevel of the CryptoKeyVersion public key.
Instance Attribute Details
#algorithm ⇒ ::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm
683 684 685 686 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 683 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
683 684 685 686 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 683 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pem ⇒ ::String
683 684 685 686 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 683 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |