Class CfnCertificateAuthority.KeyUsageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.KeyUsageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateAuthority.KeyUsageProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCertificateAuthority.KeyUsageProperty
@Stability(Stable)
@Internal
public static final class CfnCertificateAuthority.KeyUsageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateAuthority.KeyUsageProperty
An implementation for
CfnCertificateAuthority.KeyUsageProperty
-
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.CfnCertificateAuthority.KeyUsageProperty
CfnCertificateAuthority.KeyUsageProperty.Builder, CfnCertificateAuthority.KeyUsageProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCertificateAuthority.KeyUsageProperty.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
Key can be used to sign CRLs.final Object
Key can be used to decipher data.final Object
Key can be used only to decipher data.final Object
Key can be used for digital signing.final Object
Key can be used only to encipher data.final Object
Key can be used in a key-agreement protocol.final Object
Key can be used to sign certificates.final Object
Key can be used to encipher data.final Object
Key can be used for non-repudiation.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 theCfnCertificateAuthority.KeyUsageProperty.Builder
.
-
-
Method Details
-
getCrlSign
Description copied from interface:CfnCertificateAuthority.KeyUsageProperty
Key can be used to sign CRLs.- Specified by:
getCrlSign
in interfaceCfnCertificateAuthority.KeyUsageProperty
-
getDataEncipherment
Description copied from interface:CfnCertificateAuthority.KeyUsageProperty
Key can be used to decipher data.- Specified by:
getDataEncipherment
in interfaceCfnCertificateAuthority.KeyUsageProperty
-
getDecipherOnly
Description copied from interface:CfnCertificateAuthority.KeyUsageProperty
Key can be used only to decipher data.- Specified by:
getDecipherOnly
in interfaceCfnCertificateAuthority.KeyUsageProperty
-
getDigitalSignature
Description copied from interface:CfnCertificateAuthority.KeyUsageProperty
Key can be used for digital signing.- Specified by:
getDigitalSignature
in interfaceCfnCertificateAuthority.KeyUsageProperty
-
getEncipherOnly
Description copied from interface:CfnCertificateAuthority.KeyUsageProperty
Key can be used only to encipher data.- Specified by:
getEncipherOnly
in interfaceCfnCertificateAuthority.KeyUsageProperty
-
getKeyAgreement
Description copied from interface:CfnCertificateAuthority.KeyUsageProperty
Key can be used in a key-agreement protocol.- Specified by:
getKeyAgreement
in interfaceCfnCertificateAuthority.KeyUsageProperty
-
getKeyCertSign
Description copied from interface:CfnCertificateAuthority.KeyUsageProperty
Key can be used to sign certificates.- Specified by:
getKeyCertSign
in interfaceCfnCertificateAuthority.KeyUsageProperty
-
getKeyEncipherment
Description copied from interface:CfnCertificateAuthority.KeyUsageProperty
Key can be used to encipher data.- Specified by:
getKeyEncipherment
in interfaceCfnCertificateAuthority.KeyUsageProperty
-
getNonRepudiation
Description copied from interface:CfnCertificateAuthority.KeyUsageProperty
Key can be used for non-repudiation.- Specified by:
getNonRepudiation
in interfaceCfnCertificateAuthority.KeyUsageProperty
-
$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()
-