Class: Google::Cloud::Kms::V1::ImportJob::WrappingPublicKey

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/resources.rb

Overview

The public key component of the wrapping key. For details of the type of key this public key corresponds to, see the .

Instance Attribute Summary collapse

Instance Attribute Details

#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] (https://tools.ietf.org/html/rfc7468#section-13).

Returns:

  • (::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] (https://tools.ietf.org/html/rfc7468#section-13).



578
579
580
581
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 578

class WrappingPublicKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end