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][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
A public key encoded in PEM format, populated only when [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey] returns one key.
-
#pem_crc32c ⇒ ::Google::Protobuf::Int64Value
Integrity verification field: A CRC32C checksum of the returned PublicKey.pem.
-
#protection_level ⇒ ::Google::Cloud::Kms::V1::ProtectionLevel
The ProtectionLevel of the CryptoKeyVersion public key.
Instance Attribute Details
#algorithm ⇒ ::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm
Returns The Algorithm associated with this key.
674 675 676 677 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 674 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the CryptoKeyVersion public key. Provided here for verification.
NOTE: This field is in Beta.
674 675 676 677 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 674 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pem ⇒ ::String
A public key encoded in PEM format, populated only when [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey] returns one key. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.
674 675 676 677 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 674 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pem_crc32c ⇒ ::Google::Protobuf::Int64Value
Integrity verification field: A CRC32C checksum of the returned PublicKey.pem. It is only populated when [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey] returns one key. An integrity check of PublicKey.pem can be performed by computing the CRC32C checksum of PublicKey.pem and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.
NOTE: This field is in Beta.
674 675 676 677 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 674 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#protection_level ⇒ ::Google::Cloud::Kms::V1::ProtectionLevel
Returns The ProtectionLevel of the CryptoKeyVersion public key.
674 675 676 677 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 674 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |