public sealed class EcKeyType : IMessage<CaPool.Types.IssuancePolicy.Types.AllowedKeyType.Types.EcKeyType>, IEquatable<CaPool.Types.IssuancePolicy.Types.AllowedKeyType.Types.EcKeyType>, IDeepCloneable<CaPool.Types.IssuancePolicy.Types.AllowedKeyType.Types.EcKeyType>, IBufferMessage, IMessage
Describes an Elliptic Curve key that may be used in a [Certificate][google.cloud.security.privateca.v1.Certificate]
issued from a [CaPool][google.cloud.security.privateca.v1.CaPool].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `EcKeyType` class within the `Google.Cloud.Security.PrivateCA.V1` namespace, specifically focusing on version 2.0.0, which is used to describe an Elliptic Curve key type for certificates issued from a `CaPool`."],["The `EcKeyType` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in handling data structures within the Google Cloud Private CA framework."],["The page provides details on the constructors of the `EcKeyType` class, including a default constructor and one that accepts another `EcKeyType` object for cloning, and describes the `SignatureAlgorithm` property that determines what signature algorithms are allowed for this key type."],["The content also presents a version history, with links to documentation for `EcKeyType` back to version 1.0.0 and up to the latest `3.9.0`, allowing access to all the version specific documentation."]]],[]]