class Google::Apis::CloudkmsV1::WrappingPublicKey

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

Attributes

pem[RW]

The public key, encoded in PEM format. For more information, see the [RFC 7468] (tools.ietf.org/html/rfc7468) sections for [General Considerations]( tools.ietf.org/html/rfc7468#section-2) and [Textual Encoding of Subject Public Key Info] (tools.ietf.org/html/rfc7468#section-13). Corresponds to the JSON property `pem` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudkms_v1/classes.rb, line 2022
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudkms_v1/classes.rb, line 2027
def update!(**args)
  @pem = args[:pem] if args.key?(:pem)
end