| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateV2 |
TemplateV2.clone() |
TemplateV2 |
TemplateDefinition.getTemplateV2()
Template configuration to define the information included in certificates.
|
TemplateV2 |
TemplateV2.withCertificateValidity(CertificateValidity certificateValidity)
Certificate validity describes the validity and renewal periods of a certificate.
|
TemplateV2 |
TemplateV2.withEnrollmentFlags(EnrollmentFlagsV2 enrollmentFlags)
Enrollment flags describe the enrollment settings for certificates such as using the existing private key and
deleting expired or revoked certificates.
|
TemplateV2 |
TemplateV2.withExtensions(ExtensionsV2 extensions)
Extensions describe the key usage extensions and application policies for a template.
|
TemplateV2 |
TemplateV2.withGeneralFlags(GeneralFlagsV2 generalFlags)
General flags describe whether the template is used for computers or users and if the template can be used with
autoenrollment.
|
TemplateV2 |
TemplateV2.withPrivateKeyAttributes(PrivateKeyAttributesV2 privateKeyAttributes)
Private key attributes allow you to specify the minimal key length, key spec, and cryptographic providers for the
private key of a certificate for v2 templates.
|
TemplateV2 |
TemplateV2.withPrivateKeyFlags(PrivateKeyFlagsV2 privateKeyFlags)
Private key flags for v2 templates specify the client compatibility, if the private key can be exported, and if
user input is required when using a private key.
|
TemplateV2 |
TemplateV2.withSubjectNameFlags(SubjectNameFlagsV2 subjectNameFlags)
Subject name flags describe the subject name and subject alternate name that is included in a certificate.
|
TemplateV2 |
TemplateV2.withSupersededTemplates(Collection<String> supersededTemplates)
List of templates in Active Directory that are superseded by this template.
|
TemplateV2 |
TemplateV2.withSupersededTemplates(String... supersededTemplates)
List of templates in Active Directory that are superseded by this template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateDefinition.setTemplateV2(TemplateV2 templateV2)
Template configuration to define the information included in certificates.
|
TemplateDefinition |
TemplateDefinition.withTemplateV2(TemplateV2 templateV2)
Template configuration to define the information included in certificates.
|
Copyright © 2025. All rights reserved.