Interface CaPool.IssuancePolicy.AllowedKeyType.EcKeyTypeOrBuilder (2.39.0)

public static interface CaPool.IssuancePolicy.AllowedKeyType.EcKeyTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSignatureAlgorithm()

public abstract CaPool.IssuancePolicy.AllowedKeyType.EcKeyType.EcSignatureAlgorithm getSignatureAlgorithm()

Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.

.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType.EcKeyType.EcSignatureAlgorithm signature_algorithm = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CaPool.IssuancePolicy.AllowedKeyType.EcKeyType.EcSignatureAlgorithm

The signatureAlgorithm.

getSignatureAlgorithmValue()

public abstract int getSignatureAlgorithmValue()

Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.

.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType.EcKeyType.EcSignatureAlgorithm signature_algorithm = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for signatureAlgorithm.