class Google::Apis::PrivatecaV1::EcKeyType

Describes an Elliptic Curve key that may be used in a Certificate issued from a CaPool.

Attributes

signature_algorithm[RW]

Optional. A signature algorithm that must be used. If this is omitted, any EC- based signature algorithm will be allowed. Corresponds to the JSON property `signatureAlgorithm` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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