Class CfnTemplatePropsMixin.PrivateKeyAttributesV3Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnTemplatePropsMixin.PrivateKeyAttributesV3Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplatePropsMixin.PrivateKeyAttributesV3Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplatePropsMixin.PrivateKeyAttributesV3Property
@Stability(Stable)
@Internal
public static final class CfnTemplatePropsMixin.PrivateKeyAttributesV3Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplatePropsMixin.PrivateKeyAttributesV3Property
An implementation for
CfnTemplatePropsMixin.PrivateKeyAttributesV3Property-
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.PrivateKeyAttributesV3Property
CfnTemplatePropsMixin.PrivateKeyAttributesV3Property.Builder, CfnTemplatePropsMixin.PrivateKeyAttributesV3Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplatePropsMixin.PrivateKeyAttributesV3Property.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 algorithm used to generate the private key.Defines the cryptographic providers used to generate the private key.final StringDefines the purpose of the private key.final ObjectThe key usage property defines the purpose of the private key contained in the certificate.final NumberSet the minimum key length of the private key.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.PrivateKeyAttributesV3Property.Builder.
-
-
Method Details
-
getAlgorithm
Description copied from interface:CfnTemplatePropsMixin.PrivateKeyAttributesV3PropertyDefines the algorithm used to generate the private key.- Specified by:
getAlgorithmin interfaceCfnTemplatePropsMixin.PrivateKeyAttributesV3Property- See Also:
-
getCryptoProviders
Description copied from interface:CfnTemplatePropsMixin.PrivateKeyAttributesV3PropertyDefines the cryptographic providers used to generate the private key.- Specified by:
getCryptoProvidersin interfaceCfnTemplatePropsMixin.PrivateKeyAttributesV3Property- See Also:
-
getKeySpec
Description copied from interface:CfnTemplatePropsMixin.PrivateKeyAttributesV3PropertyDefines the purpose of the private key.Set it to "KEY_EXCHANGE" or "SIGNATURE" value.
- Specified by:
getKeySpecin interfaceCfnTemplatePropsMixin.PrivateKeyAttributesV3Property- See Also:
-
getKeyUsageProperty
Description copied from interface:CfnTemplatePropsMixin.PrivateKeyAttributesV3PropertyThe key usage property defines the purpose of the private key contained in the certificate.You can specify specific purposes using property flags or all by using property type ALL.
Returns union: either
IResolvableorCfnTemplatePropsMixin.KeyUsagePropertyProperty- Specified by:
getKeyUsagePropertyin interfaceCfnTemplatePropsMixin.PrivateKeyAttributesV3Property- See Also:
-
getMinimalKeyLength
Description copied from interface:CfnTemplatePropsMixin.PrivateKeyAttributesV3PropertySet the minimum key length of the private key.- Specified by:
getMinimalKeyLengthin interfaceCfnTemplatePropsMixin.PrivateKeyAttributesV3Property- 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()
-