| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
EnrollmentFlagsV3 |
EnrollmentFlagsV3.clone() |
EnrollmentFlagsV3 |
TemplateV3.getEnrollmentFlags()
Enrollment flags describe the enrollment settings for certificates such as using the existing private key and
deleting expired or revoked certificates.
|
EnrollmentFlagsV3 |
EnrollmentFlagsV3.withEnableKeyReuseOnNtTokenKeysetStorageFull(Boolean enableKeyReuseOnNtTokenKeysetStorageFull)
Allow renewal using the same key.
|
EnrollmentFlagsV3 |
EnrollmentFlagsV3.withIncludeSymmetricAlgorithms(Boolean includeSymmetricAlgorithms)
Include symmetric algorithms allowed by the subject.
|
EnrollmentFlagsV3 |
EnrollmentFlagsV3.withNoSecurityExtension(Boolean noSecurityExtension)
This flag instructs the CA to not include the security extension szOID_NTDS_CA_SECURITY_EXT
(OID:1.3.6.1.4.1.311.25.2), as specified in [MS-WCCE] sections 2.2.2.7.7.4 and 3.2.2.6.2.1.4.5.9, in the issued
certificate.
|
EnrollmentFlagsV3 |
EnrollmentFlagsV3.withRemoveInvalidCertificateFromPersonalStore(Boolean removeInvalidCertificateFromPersonalStore)
Delete expired or revoked certificates instead of archiving them.
|
EnrollmentFlagsV3 |
EnrollmentFlagsV3.withUserInteractionRequired(Boolean userInteractionRequired)
Require user interaction when the subject is enrolled and the private key associated with the certificate is
used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateV3.setEnrollmentFlags(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.withEnrollmentFlags(EnrollmentFlagsV3 enrollmentFlags)
Enrollment flags describe the enrollment settings for certificates such as using the existing private key and
deleting expired or revoked certificates.
|
Copyright © 2024. All rights reserved.