Interface BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.829Z") @Stability(Stable) public interface BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Builderstatic classBinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Jsii$ProxyAn implementation forBinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Builderbuilder()default StringgetPublicKeyPem()A PEM-encoded public key, as described in 'https://tools.ietf.org/html/rfc7468#section-13'.default StringgetSignatureAlgorithm()The signature algorithm used to verify a message against a signature using this key.
-
-
-
Method Detail
-
getPublicKeyPem
@Stability(Stable) @Nullable default String getPublicKeyPem()
A PEM-encoded public key, as described in 'https://tools.ietf.org/html/rfc7468#section-13'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#public_key_pem BinaryAuthorizationAttestor#public_key_pem}
-
getSignatureAlgorithm
@Stability(Stable) @Nullable default String getSignatureAlgorithm()
The signature algorithm used to verify a message against a signature using this key.These signature algorithm must match the structure and any object identifiers encoded in publicKeyPem (i.e. this algorithm must match that of the public key). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#signature_algorithm BinaryAuthorizationAttestor#signature_algorithm}
-
builder
@Stability(Stable) static BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Builder builder()
-
-