Class CfnCertificate.ExtensionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.acmpca.CfnCertificate.ExtensionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificate.ExtensionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCertificate.ExtensionsProperty
@Stability(Stable)
@Internal
public static final class CfnCertificate.ExtensionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificate.ExtensionsProperty
An implementation for
CfnCertificate.ExtensionsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.acmpca.CfnCertificate.ExtensionsProperty
CfnCertificate.ExtensionsProperty.Builder, CfnCertificate.ExtensionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCertificate.ExtensionsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectContains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers.final ObjectContains 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.final ObjectSpecifies additional purposes for which the certified public key may be used other than basic purposes indicated in theKeyUsageextension.final ObjectDefines one or more purposes for which the key contained in the certificate can be used.final ObjectThe subject alternative name extension allows identities to be bound to the subject of the certificate.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnCertificate.ExtensionsProperty.Builder.
-
-
Method Details
-
getCertificatePolicies
Description copied from interface:CfnCertificate.ExtensionsPropertyContains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers.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.
- Specified by:
getCertificatePoliciesin interfaceCfnCertificate.ExtensionsProperty
-
getCustomExtensions
Description copied from interface:CfnCertificate.ExtensionsPropertyContains 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. For more information, see the Global OID reference database..- Specified by:
getCustomExtensionsin interfaceCfnCertificate.ExtensionsProperty
-
getExtendedKeyUsage
Description copied from interface:CfnCertificate.ExtensionsPropertySpecifies additional purposes for which the certified public key may be used other than basic purposes indicated in theKeyUsageextension.- Specified by:
getExtendedKeyUsagein interfaceCfnCertificate.ExtensionsProperty
-
getKeyUsage
Description copied from interface:CfnCertificate.ExtensionsPropertyDefines one or more purposes for which the key contained in the certificate can be used.Default value for each option is false.
- Specified by:
getKeyUsagein interfaceCfnCertificate.ExtensionsProperty
-
getSubjectAlternativeNames
Description copied from interface:CfnCertificate.ExtensionsPropertyThe subject alternative name extension allows identities to be bound to the subject of the certificate.These identities may be included in addition to or in place of the identity in the subject field of the certificate.
- Specified by:
getSubjectAlternativeNamesin interfaceCfnCertificate.ExtensionsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-