Interface PrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.306Z") @Stability(Stable) public interface PrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve.Builderstatic classPrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve.Jsii$ProxyAn implementation forPrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve.Builderbuilder()StringgetSignatureAlgorithm()The algorithm used.
-
-
-
Method Detail
-
getSignatureAlgorithm
@Stability(Stable) @NotNull String getSignatureAlgorithm()
The algorithm used. Possible values: ["ECDSA_P256", "ECDSA_P384", "EDDSA_25519"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#signature_algorithm PrivatecaCaPool#signature_algorithm}
-
builder
@Stability(Stable) static PrivatecaCaPoolIssuancePolicyAllowedKeyTypesEllipticCurve.Builder builder()
-
-