Reference documentation and code samples for the KMS Inventory V1 API class Google::Cloud::Kms::V1::PublicKey.
The public keys for a given CryptoKeyVersion. Obtained via [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#algorithm
def algorithm() -> ::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm
- (::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm) — The Algorithm associated with this key.
#algorithm=
def algorithm=(value) -> ::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm
- value (::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm) — The Algorithm associated with this key.
- (::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm) — The Algorithm associated with this key.
#name
def name() -> ::String
-
(::String) — The name of the
CryptoKeyVersion public key.
Provided here for verification.
NOTE: This field is in Beta.
#name=
def name=(value) -> ::String
-
value (::String) — The name of the
CryptoKeyVersion public key.
Provided here for verification.
NOTE: This field is in Beta.
-
(::String) — The name of the
CryptoKeyVersion public key.
Provided here for verification.
NOTE: This field is in Beta.
#pem
def pem() -> ::String
- (::String) — 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.
#pem=
def pem=(value) -> ::String
- value (::String) — 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.
- (::String) — 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.
#pem_crc32c
def pem_crc32c() -> ::Google::Protobuf::Int64Value
-
(::Google::Protobuf::Int64Value) — 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.
#pem_crc32c=
def pem_crc32c=(value) -> ::Google::Protobuf::Int64Value
-
value (::Google::Protobuf::Int64Value) — 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.
-
(::Google::Protobuf::Int64Value) — 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.
#protection_level
def protection_level() -> ::Google::Cloud::Kms::V1::ProtectionLevel
- (::Google::Cloud::Kms::V1::ProtectionLevel) — The ProtectionLevel of the CryptoKeyVersion public key.
#protection_level=
def protection_level=(value) -> ::Google::Cloud::Kms::V1::ProtectionLevel
- value (::Google::Cloud::Kms::V1::ProtectionLevel) — The ProtectionLevel of the CryptoKeyVersion public key.
- (::Google::Cloud::Kms::V1::ProtectionLevel) — The ProtectionLevel of the CryptoKeyVersion public key.