Class BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.binary_authorization_attestor.BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Jsii$Proxy
-
- All Implemented Interfaces:
BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey
@Stability(Stable) @Internal public static final class BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey
An implementation forBinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.binary_authorization_attestor.BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey
BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Builder, BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Builder builder)Constructor that initializes the object based on literal property values passed by theBinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetPublicKeyPem()A PEM-encoded public key, as described in 'https://tools.ietf.org/html/rfc7468#section-13'.StringgetSignatureAlgorithm()The signature algorithm used to verify a message against a signature using this key.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Builder builder)
Constructor that initializes the object based on literal property values passed by theBinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey.Builder.
-
-
Method Detail
-
getPublicKeyPem
public final String getPublicKeyPem()
Description copied from interface:BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKeyA 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}
- Specified by:
getPublicKeyPemin interfaceBinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey
-
getSignatureAlgorithm
public final String getSignatureAlgorithm()
Description copied from interface:BinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKeyThe 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}
- Specified by:
getSignatureAlgorithmin interfaceBinaryAuthorizationAttestorAttestationAuthorityNotePublicKeysPkixPublicKey
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-