@Stability(value=Stable) @Internal public static final class CfnCertificate.ExtensionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificate.ExtensionsProperty
CfnCertificate.ExtensionsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCertificate.ExtensionsProperty.Builder, CfnCertificate.ExtensionsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCertificate.ExtensionsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCertificate.ApiPassthroughProperty.Builder. |
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(Object o) |
Object |
getCertificatePolicies()
Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers.
|
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.
|
Object |
getExtendedKeyUsage()
Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the `KeyUsage` extension.
|
Object |
getKeyUsage()
Defines one or more purposes for which the key contained in the certificate can be used.
|
Object |
getSubjectAlternativeNames()
The subject alternative name extension allows identities to be bound to the subject of the certificate.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCertificate.ExtensionsProperty.Builder builder)
CfnCertificate.ApiPassthroughProperty.Builder.public final Object getCertificatePolicies()
CfnCertificate.ExtensionsPropertyFor 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.ExtensionsPropertypublic final Object getCustomExtensions()
CfnCertificate.ExtensionsProperty
The OID value of a CustomExtension must not match the OID of a predefined extension.
getCustomExtensions in interface CfnCertificate.ExtensionsPropertypublic final Object getExtendedKeyUsage()
CfnCertificate.ExtensionsPropertygetExtendedKeyUsage in interface CfnCertificate.ExtensionsPropertypublic final Object getKeyUsage()
CfnCertificate.ExtensionsPropertyDefault value for each option is false.
getKeyUsage in interface CfnCertificate.ExtensionsPropertypublic final Object getSubjectAlternativeNames()
CfnCertificate.ExtensionsPropertyThese 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.