public static final class PublicKeyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PublicKeyProps
PublicKeyProps
PublicKeyProps.Builder, PublicKeyProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getComment()
A comment to describe the public key.
|
java.lang.String |
getEncodedKey()
The public key that you can use with signed URLs and signed cookies, or with field-level encryption.
|
java.lang.String |
getPublicKeyName()
A name to identify the public key.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEncodedKey()
PublicKeyProps
The encodedKey
parameter must include -----BEGIN PUBLIC KEY-----
and -----END PUBLIC KEY-----
lines.
getEncodedKey
in interface PublicKeyProps
public final java.lang.String getComment()
PublicKeyProps
Default: - no comment
getComment
in interface PublicKeyProps
public final java.lang.String getPublicKeyName()
PublicKeyProps
Default: - generated from the `id`
getPublicKeyName
in interface PublicKeyProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()