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