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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.acmpca.CfnCertificate.ExtensionsProperty
CfnCertificate.ExtensionsProperty.Builder, CfnCertificate.ExtensionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCertificate.ExtensionsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers.final Object
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.final Object
Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in theKeyUsage
extension.final Object
Defines one or more purposes for which the key contained in the certificate can be used.final Object
The subject alternative name extension allows identities to be bound to the subject of the certificate.final int
hashCode()
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.ExtensionsProperty
Contains 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:
getCertificatePolicies
in interfaceCfnCertificate.ExtensionsProperty
-
getCustomExtensions
Description copied from interface:CfnCertificate.ExtensionsProperty
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. For more information, see the Global OID reference database..- Specified by:
getCustomExtensions
in interfaceCfnCertificate.ExtensionsProperty
-
getExtendedKeyUsage
Description copied from interface:CfnCertificate.ExtensionsProperty
Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in theKeyUsage
extension.- Specified by:
getExtendedKeyUsage
in interfaceCfnCertificate.ExtensionsProperty
-
getKeyUsage
Description copied from interface:CfnCertificate.ExtensionsProperty
Defines one or more purposes for which the key contained in the certificate can be used.Default value for each option is false.
- Specified by:
getKeyUsage
in interfaceCfnCertificate.ExtensionsProperty
-
getSubjectAlternativeNames
Description copied from interface:CfnCertificate.ExtensionsProperty
The 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:
getSubjectAlternativeNames
in interfaceCfnCertificate.ExtensionsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-