public static interface CaPool.IssuancePolicy.AllowedKeyType.EcKeyTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for signatureAlgorithm. |