| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
CrlConfiguration |
CrlConfiguration.clone() |
CrlConfiguration |
RevocationConfiguration.getCrlConfiguration()
Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.
|
CrlConfiguration |
CrlConfiguration.withCrlDistributionPointExtensionConfiguration(CrlDistributionPointExtensionConfiguration crlDistributionPointExtensionConfiguration)
Configures the behavior of the CRL Distribution Point extension for certificates issued by your certificate
authority.
|
CrlConfiguration |
CrlConfiguration.withCustomCname(String customCname)
Name inserted into the certificate CRL Distribution Points extension that enables the use of an alias for
the CRL distribution point.
|
CrlConfiguration |
CrlConfiguration.withEnabled(Boolean enabled)
Boolean value that specifies whether certificate revocation lists (CRLs) are enabled.
|
CrlConfiguration |
CrlConfiguration.withExpirationInDays(Integer expirationInDays)
Validity period of the CRL in days.
|
CrlConfiguration |
CrlConfiguration.withS3BucketName(String s3BucketName)
Name of the S3 bucket that contains the CRL.
|
CrlConfiguration |
CrlConfiguration.withS3ObjectAcl(S3ObjectAcl s3ObjectAcl)
Determines whether the CRL will be publicly readable or privately held in the CRL Amazon S3 bucket.
|
CrlConfiguration |
CrlConfiguration.withS3ObjectAcl(String s3ObjectAcl)
Determines whether the CRL will be publicly readable or privately held in the CRL Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RevocationConfiguration.setCrlConfiguration(CrlConfiguration crlConfiguration)
Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.
|
RevocationConfiguration |
RevocationConfiguration.withCrlConfiguration(CrlConfiguration crlConfiguration)
Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.
|
Copyright © 2024. All rights reserved.