Class CfnTemplate.PrivateKeyAttributesV3Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.PrivateKeyAttributesV3Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.PrivateKeyAttributesV3Property
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.PrivateKeyAttributesV3Property
@Stability(Stable)
@Internal
public static final class CfnTemplate.PrivateKeyAttributesV3Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.PrivateKeyAttributesV3Property
An implementation for
CfnTemplate.PrivateKeyAttributesV3Property
-
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.pcaconnectorad.CfnTemplate.PrivateKeyAttributesV3Property
CfnTemplate.PrivateKeyAttributesV3Property.Builder, CfnTemplate.PrivateKeyAttributesV3Property.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.PrivateKeyAttributesV3Property.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 String
Defines the algorithm used to generate the private key.Defines the cryptographic providers used to generate the private key.final String
Defines the purpose of the private key.final Object
The key usage property defines the purpose of the private key contained in the certificate.final Number
Set the minimum key length of the private key.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 theCfnTemplate.PrivateKeyAttributesV3Property.Builder
.
-
-
Method Details
-
getAlgorithm
Description copied from interface:CfnTemplate.PrivateKeyAttributesV3Property
Defines the algorithm used to generate the private key.- Specified by:
getAlgorithm
in interfaceCfnTemplate.PrivateKeyAttributesV3Property
- See Also:
-
getKeySpec
Description copied from interface:CfnTemplate.PrivateKeyAttributesV3Property
Defines the purpose of the private key.Set it to "KEY_EXCHANGE" or "SIGNATURE" value.
- Specified by:
getKeySpec
in interfaceCfnTemplate.PrivateKeyAttributesV3Property
- See Also:
-
getKeyUsageProperty
Description copied from interface:CfnTemplate.PrivateKeyAttributesV3Property
The 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.
- Specified by:
getKeyUsageProperty
in interfaceCfnTemplate.PrivateKeyAttributesV3Property
- See Also:
-
getMinimalKeyLength
Description copied from interface:CfnTemplate.PrivateKeyAttributesV3Property
Set the minimum key length of the private key.- Specified by:
getMinimalKeyLength
in interfaceCfnTemplate.PrivateKeyAttributesV3Property
- See Also:
-
getCryptoProviders
Description copied from interface:CfnTemplate.PrivateKeyAttributesV3Property
Defines the cryptographic providers used to generate the private key.- Specified by:
getCryptoProviders
in interfaceCfnTemplate.PrivateKeyAttributesV3Property
- 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()
-