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.
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
Returns The Algorithm associated with this key.
639 640 641 642 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 639 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.
639 640 641 642 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 639 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pem ⇒ ::String
Returns The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.
639 640 641 642 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 639 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pem_crc32c ⇒ ::Google::Protobuf::Int64Value
Returns Integrity verification field. A CRC32C checksum of the returned PublicKey.pem. 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.
639 640 641 642 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 639 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.
639 640 641 642 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 639 class PublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |