Class PrivatecaCertificateConfigPublicKey.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_certificate.PrivatecaCertificateConfigPublicKey.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCertificateConfigPublicKey,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCertificateConfigPublicKey
@Stability(Stable) @Internal public static final class PrivatecaCertificateConfigPublicKey.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCertificateConfigPublicKey
An implementation forPrivatecaCertificateConfigPublicKey
-
-
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.privateca_certificate.PrivatecaCertificateConfigPublicKey
PrivatecaCertificateConfigPublicKey.Builder, PrivatecaCertificateConfigPublicKey.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCertificateConfigPublicKey.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateConfigPublicKey.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)StringgetFormat()The format of the public key.StringgetKey()Required.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(PrivatecaCertificateConfigPublicKey.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateConfigPublicKey.Builder.
-
-
Method Detail
-
getFormat
public final String getFormat()
Description copied from interface:PrivatecaCertificateConfigPublicKeyThe format of the public key. Currently, only PEM format is supported. Possible values: ["KEY_TYPE_UNSPECIFIED", "PEM"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#format PrivatecaCertificate#format}
- Specified by:
getFormatin interfacePrivatecaCertificateConfigPublicKey
-
getKey
public final String getKey()
Description copied from interface:PrivatecaCertificateConfigPublicKeyRequired.A public key. When this is specified in a request, the padding and encoding can be any of the options described by the respective 'KeyType' value. When this is generated by the service, it will always be an RFC 5280 SubjectPublicKeyInfo structure containing an algorithm identifier and a key. A base64-encoded string. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#key PrivatecaCertificate#key}
- Specified by:
getKeyin interfacePrivatecaCertificateConfigPublicKey
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-