View Source GoogleApi.PrivateCA.V1.Model.EcKeyType (google_api_private_ca v0.14.0)

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

Attributes

  • signatureAlgorithm (type: String.t, default: nil) - Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.EcKeyType{
  signatureAlgorithm: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.