public static final class CfnCertificateAuthority.CsrExtensionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificateAuthority.CsrExtensionsProperty
CfnCertificateAuthority.CsrExtensionsProperty
CfnCertificateAuthority.CsrExtensionsProperty.Builder, CfnCertificateAuthority.CsrExtensionsProperty.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.Object |
getKeyUsage()
Indicates the purpose of the certificate and of the key contained in the certificate.
|
java.lang.Object |
getSubjectInformationAccess()
For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy.
|
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.Object getKeyUsage()
CfnCertificateAuthority.CsrExtensionsProperty
getKeyUsage
in interface CfnCertificateAuthority.CsrExtensionsProperty
public final java.lang.Object getSubjectInformationAccess()
CfnCertificateAuthority.CsrExtensionsProperty
For more information, see Subject Information Access in RFC 5280.
getSubjectInformationAccess
in interface CfnCertificateAuthority.CsrExtensionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()