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 key for a given CryptoKeyVersion. Obtained via [GetPublicKey][google.cloud.kms.v1.KeyManagementService.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
645 646 647 648 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 645 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
645 646 647 648 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 645 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pem ⇒ ::String
645 646 647 648 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 645 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pem_crc32c ⇒ ::Google::Protobuf::Int64Value
645 646 647 648 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 645 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#protection_level ⇒ ::Google::Cloud::Kms::V1::ProtectionLevel
645 646 647 648 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 645 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |