Class CfnTemplate.TemplateV3Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.TemplateV3Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.TemplateV3Property
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.TemplateV3Property
@Stability(Stable)
@Internal
public static final class CfnTemplate.TemplateV3Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.TemplateV3Property
An implementation for
CfnTemplate.TemplateV3Property
-
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.TemplateV3Property
CfnTemplate.TemplateV3Property.Builder, CfnTemplate.TemplateV3Property.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.TemplateV3Property.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
Certificate validity describes the validity and renewal periods of a certificate.final Object
Enrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.final Object
Extensions describe the key usage extensions and application policies for a template.final Object
General flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.final String
Specifies the hash algorithm used to hash the private key.final Object
Private key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v3 templates.final Object
Private key flags for v3 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, and if an alternate signature algorithm should be used.final Object
Subject name flags describe the subject name and subject alternate name that is included in a certificate.List of templates in Active Directory that are superseded by this template.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.TemplateV3Property.Builder
.
-
-
Method Details
-
getCertificateValidity
Description copied from interface:CfnTemplate.TemplateV3Property
Certificate validity describes the validity and renewal periods of a certificate.- Specified by:
getCertificateValidity
in interfaceCfnTemplate.TemplateV3Property
- See Also:
-
getEnrollmentFlags
Description copied from interface:CfnTemplate.TemplateV3Property
Enrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.- Specified by:
getEnrollmentFlags
in interfaceCfnTemplate.TemplateV3Property
- See Also:
-
getExtensions
Description copied from interface:CfnTemplate.TemplateV3Property
Extensions describe the key usage extensions and application policies for a template.- Specified by:
getExtensions
in interfaceCfnTemplate.TemplateV3Property
- See Also:
-
getGeneralFlags
Description copied from interface:CfnTemplate.TemplateV3Property
General flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.- Specified by:
getGeneralFlags
in interfaceCfnTemplate.TemplateV3Property
- See Also:
-
getHashAlgorithm
Description copied from interface:CfnTemplate.TemplateV3Property
Specifies the hash algorithm used to hash the private key.- Specified by:
getHashAlgorithm
in interfaceCfnTemplate.TemplateV3Property
- See Also:
-
getPrivateKeyAttributes
Description copied from interface:CfnTemplate.TemplateV3Property
Private key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v3 templates.V3 templates allow you to use Key Storage Providers.
- Specified by:
getPrivateKeyAttributes
in interfaceCfnTemplate.TemplateV3Property
- See Also:
-
getPrivateKeyFlags
Description copied from interface:CfnTemplate.TemplateV3Property
Private key flags for v3 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, and if an alternate signature algorithm should be used.- Specified by:
getPrivateKeyFlags
in interfaceCfnTemplate.TemplateV3Property
- See Also:
-
getSubjectNameFlags
Description copied from interface:CfnTemplate.TemplateV3Property
Subject name flags describe the subject name and subject alternate name that is included in a certificate.- Specified by:
getSubjectNameFlags
in interfaceCfnTemplate.TemplateV3Property
- See Also:
-
getSupersededTemplates
Description copied from interface:CfnTemplate.TemplateV3Property
List of templates in Active Directory that are superseded by this template.- Specified by:
getSupersededTemplates
in interfaceCfnTemplate.TemplateV3Property
- 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()
-