public static final class CfnCertificate.ExtensionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificate.ExtensionsProperty
CfnCertificate.ExtensionsProperty
CfnCertificate.ExtensionsProperty.Builder, CfnCertificate.ExtensionsProperty.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 |
getCertificatePolicies()
Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers.
|
java.lang.Object |
getCustomExtensions()
Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag.
|
java.lang.Object |
getExtendedKeyUsage()
Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the `KeyUsage` extension.
|
java.lang.Object |
getKeyUsage()
Defines one or more purposes for which the key contained in the certificate can be used.
|
java.lang.Object |
getSubjectAlternativeNames()
The subject alternative name extension allows identities to be bound to the subject of the certificate.
|
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 getCertificatePolicies()
CfnCertificate.ExtensionsProperty
For more information, see NIST's definition of Object Identifier (OID) .
In an end-entity certificate, these terms indicate the policy under which the certificate was issued and the purposes for which it may be used. In a CA certificate, these terms limit the set of policies for certification paths that include this certificate.
getCertificatePolicies
in interface CfnCertificate.ExtensionsProperty
public final java.lang.Object getCustomExtensions()
CfnCertificate.ExtensionsProperty
The OID value of a CustomExtension must not match the OID of a predefined extension.
getCustomExtensions
in interface CfnCertificate.ExtensionsProperty
public final java.lang.Object getExtendedKeyUsage()
CfnCertificate.ExtensionsProperty
getExtendedKeyUsage
in interface CfnCertificate.ExtensionsProperty
public final java.lang.Object getKeyUsage()
CfnCertificate.ExtensionsProperty
Default value for each option is false.
getKeyUsage
in interface CfnCertificate.ExtensionsProperty
public final java.lang.Object getSubjectAlternativeNames()
CfnCertificate.ExtensionsProperty
These identities may be included in addition to or in place of the identity in the subject field of the certificate.
getSubjectAlternativeNames
in interface CfnCertificate.ExtensionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()