| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
RevocationConfiguration |
RevocationConfiguration.clone() |
RevocationConfiguration |
UpdateCertificateAuthorityRequest.getRevocationConfiguration()
Revocation information for your private CA.
|
RevocationConfiguration |
CreateCertificateAuthorityRequest.getRevocationConfiguration()
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the name of
the S3 bucket to which ACM Private CA will write the CRL, and an optional CNAME alias that you can use to hide
the name of your bucket in the CRL Distribution Points extension of your CA certificate.
|
RevocationConfiguration |
CertificateAuthority.getRevocationConfiguration()
Information about the certificate revocation list (CRL) created and maintained by your private CA.
|
RevocationConfiguration |
RevocationConfiguration.withCrlConfiguration(CrlConfiguration crlConfiguration)
Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCertificateAuthorityRequest.setRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Revocation information for your private CA.
|
void |
CreateCertificateAuthorityRequest.setRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the name of
the S3 bucket to which ACM Private CA will write the CRL, and an optional CNAME alias that you can use to hide
the name of your bucket in the CRL Distribution Points extension of your CA certificate.
|
void |
CertificateAuthority.setRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Information about the certificate revocation list (CRL) created and maintained by your private CA.
|
UpdateCertificateAuthorityRequest |
UpdateCertificateAuthorityRequest.withRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Revocation information for your private CA.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the name of
the S3 bucket to which ACM Private CA will write the CRL, and an optional CNAME alias that you can use to hide
the name of your bucket in the CRL Distribution Points extension of your CA certificate.
|
CertificateAuthority |
CertificateAuthority.withRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Information about the certificate revocation list (CRL) created and maintained by your private CA.
|
Copyright © 2020. All rights reserved.