| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
CsrExtensions |
CsrExtensions.clone() |
CsrExtensions |
CertificateAuthorityConfiguration.getCsrExtensions()
Specifies information to be added to the extension section of the certificate signing request (CSR).
|
CsrExtensions |
CsrExtensions.withKeyUsage(KeyUsage keyUsage)
Indicates the purpose of the certificate and of the key contained in the certificate.
|
CsrExtensions |
CsrExtensions.withSubjectInformationAccess(AccessDescription... subjectInformationAccess)
For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and
policy.
|
CsrExtensions |
CsrExtensions.withSubjectInformationAccess(Collection<AccessDescription> subjectInformationAccess)
For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and
policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateAuthorityConfiguration.setCsrExtensions(CsrExtensions csrExtensions)
Specifies information to be added to the extension section of the certificate signing request (CSR).
|
CertificateAuthorityConfiguration |
CertificateAuthorityConfiguration.withCsrExtensions(CsrExtensions csrExtensions)
Specifies information to be added to the extension section of the certificate signing request (CSR).
|
Copyright © 2022. All rights reserved.