| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateV3 |
TemplateV3.clone() |
TemplateV3 |
TemplateDefinition.getTemplateV3()
Template configuration to define the information included in certificates.
|
TemplateV3 |
TemplateV3.withCertificateValidity(CertificateValidity certificateValidity)
Certificate validity describes the validity and renewal periods of a certificate.
|
TemplateV3 |
TemplateV3.withEnrollmentFlags(EnrollmentFlagsV3 enrollmentFlags)
Enrollment flags describe the enrollment settings for certificates such as using the existing private key and
deleting expired or revoked certificates.
|
TemplateV3 |
TemplateV3.withExtensions(ExtensionsV3 extensions)
Extensions describe the key usage extensions and application policies for a template.
|
TemplateV3 |
TemplateV3.withGeneralFlags(GeneralFlagsV3 generalFlags)
General flags describe whether the template is used for computers or users and if the template can be used with
autoenrollment.
|
TemplateV3 |
TemplateV3.withHashAlgorithm(HashAlgorithm hashAlgorithm)
Specifies the hash algorithm used to hash the private key.
|
TemplateV3 |
TemplateV3.withHashAlgorithm(String hashAlgorithm)
Specifies the hash algorithm used to hash the private key.
|
TemplateV3 |
TemplateV3.withPrivateKeyAttributes(PrivateKeyAttributesV3 privateKeyAttributes)
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.
|
TemplateV3 |
TemplateV3.withPrivateKeyFlags(PrivateKeyFlagsV3 privateKeyFlags)
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.
|
TemplateV3 |
TemplateV3.withSubjectNameFlags(SubjectNameFlagsV3 subjectNameFlags)
Subject name flags describe the subject name and subject alternate name that is included in a certificate.
|
TemplateV3 |
TemplateV3.withSupersededTemplates(Collection<String> supersededTemplates)
List of templates in Active Directory that are superseded by this template.
|
TemplateV3 |
TemplateV3.withSupersededTemplates(String... supersededTemplates)
List of templates in Active Directory that are superseded by this template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateDefinition.setTemplateV3(TemplateV3 templateV3)
Template configuration to define the information included in certificates.
|
TemplateDefinition |
TemplateDefinition.withTemplateV3(TemplateV3 templateV3)
Template configuration to define the information included in certificates.
|
Copyright © 2024. All rights reserved.