| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateV4 |
TemplateV4.clone() |
TemplateV4 |
TemplateDefinition.getTemplateV4()
Template configuration to define the information included in certificates.
|
TemplateV4 |
TemplateV4.withCertificateValidity(CertificateValidity certificateValidity)
Certificate validity describes the validity and renewal periods of a certificate.
|
TemplateV4 |
TemplateV4.withEnrollmentFlags(EnrollmentFlagsV4 enrollmentFlags)
Enrollment flags describe the enrollment settings for certificates using the existing private key and deleting
expired or revoked certificates.
|
TemplateV4 |
TemplateV4.withExtensions(ExtensionsV4 extensions)
Extensions describe the key usage extensions and application policies for a template.
|
TemplateV4 |
TemplateV4.withGeneralFlags(GeneralFlagsV4 generalFlags)
General flags describe whether the template is used for computers or users and if the template can be used with
autoenrollment.
|
TemplateV4 |
TemplateV4.withHashAlgorithm(HashAlgorithm hashAlgorithm)
Specifies the hash algorithm used to hash the private key.
|
TemplateV4 |
TemplateV4.withHashAlgorithm(String hashAlgorithm)
Specifies the hash algorithm used to hash the private key.
|
TemplateV4 |
TemplateV4.withPrivateKeyAttributes(PrivateKeyAttributesV4 privateKeyAttributes)
Private key attributes allow you to specify the minimal key length, key spec, key usage, and cryptographic
providers for the private key of a certificate for v4 templates.
|
TemplateV4 |
TemplateV4.withPrivateKeyFlags(PrivateKeyFlagsV4 privateKeyFlags)
Private key flags for v4 templates specify the client compatibility, if the private key can be exported, if user
input is required when using a private key, if an alternate signature algorithm should be used, and if
certificates are renewed using the same private key.
|
TemplateV4 |
TemplateV4.withSubjectNameFlags(SubjectNameFlagsV4 subjectNameFlags)
Subject name flags describe the subject name and subject alternate name that is included in a certificate.
|
TemplateV4 |
TemplateV4.withSupersededTemplates(Collection<String> supersededTemplates)
List of templates in Active Directory that are superseded by this template.
|
TemplateV4 |
TemplateV4.withSupersededTemplates(String... supersededTemplates)
List of templates in Active Directory that are superseded by this template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateDefinition.setTemplateV4(TemplateV4 templateV4)
Template configuration to define the information included in certificates.
|
TemplateDefinition |
TemplateDefinition.withTemplateV4(TemplateV4 templateV4)
Template configuration to define the information included in certificates.
|
Copyright © 2024. All rights reserved.