Class CfnTemplatePropsMixin.PrivateKeyFlagsV3Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnTemplatePropsMixin.PrivateKeyFlagsV3Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplatePropsMixin.PrivateKeyFlagsV3Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplatePropsMixin.PrivateKeyFlagsV3Property
@Stability(Stable)
@Internal
public static final class CfnTemplatePropsMixin.PrivateKeyFlagsV3Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplatePropsMixin.PrivateKeyFlagsV3Property
An implementation for
CfnTemplatePropsMixin.PrivateKeyFlagsV3Property-
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.cfnpropertymixins.services.pcaconnectorad.CfnTemplatePropsMixin.PrivateKeyFlagsV3Property
CfnTemplatePropsMixin.PrivateKeyFlagsV3Property.Builder, CfnTemplatePropsMixin.PrivateKeyFlagsV3Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplatePropsMixin.PrivateKeyFlagsV3Property.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 StringDefines the minimum client compatibility.final ObjectAllows the private key to be exported.final ObjectReguires the PKCS #1 v2.1 signature format for certificates.final ObjectRequirer user input when using the private key for enrollment.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 theCfnTemplatePropsMixin.PrivateKeyFlagsV3Property.Builder.
-
-
Method Details
-
getClientVersion
Description copied from interface:CfnTemplatePropsMixin.PrivateKeyFlagsV3PropertyDefines the minimum client compatibility.- Specified by:
getClientVersionin interfaceCfnTemplatePropsMixin.PrivateKeyFlagsV3Property- See Also:
-
getExportableKey
Description copied from interface:CfnTemplatePropsMixin.PrivateKeyFlagsV3PropertyAllows the private key to be exported.Returns union: either
BooleanorIResolvable- Specified by:
getExportableKeyin interfaceCfnTemplatePropsMixin.PrivateKeyFlagsV3Property- See Also:
-
getRequireAlternateSignatureAlgorithm
Description copied from interface:CfnTemplatePropsMixin.PrivateKeyFlagsV3PropertyReguires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects, and applications can accept this signature format.Returns union: either
BooleanorIResolvable- Specified by:
getRequireAlternateSignatureAlgorithmin interfaceCfnTemplatePropsMixin.PrivateKeyFlagsV3Property- See Also:
-
getStrongKeyProtectionRequired
Description copied from interface:CfnTemplatePropsMixin.PrivateKeyFlagsV3PropertyRequirer user input when using the private key for enrollment.Returns union: either
BooleanorIResolvable- Specified by:
getStrongKeyProtectionRequiredin interfaceCfnTemplatePropsMixin.PrivateKeyFlagsV3Property- See Also:
-
$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()
-