Class PublicKey (2.11.2)

PublicKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The public key for a given CryptoKeyVersion. Obtained via GetPublicKey.

Attributes

NameDescription
pem str
The public key, encoded in PEM format. For more information, see the RFC 7468 __ sections for `General Considerations
algorithm google.cloud.kms_v1.types.CryptoKeyVersion.CryptoKeyVersionAlgorithm
The Algorithm associated with this key.
pem_crc32c google.protobuf.wrappers_pb2.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.
name str
The name of the CryptoKeyVersion public key. Provided here for verification. NOTE: This field is in Beta.
protection_level google.cloud.kms_v1.types.ProtectionLevel
The ProtectionLevel of the CryptoKeyVersion public key.