Class: Google::Cloud::Kms::V1::PublicKey

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/resources.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmGoogle::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm

Returns The Algorithm associated with this key.



376
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/resources.rb', line 376

class PublicKey; end

#pemString

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.

Returns:



376
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/resources.rb', line 376

class PublicKey; end