| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
CertificateAuthorityConfiguration |
CertificateAuthorityConfiguration.clone() |
CertificateAuthorityConfiguration |
CreateCertificateAuthorityRequest.getCertificateAuthorityConfiguration()
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate subject
information.
|
CertificateAuthorityConfiguration |
CertificateAuthority.getCertificateAuthorityConfiguration()
Your private CA configuration.
|
CertificateAuthorityConfiguration |
CertificateAuthorityConfiguration.withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
Type of the public key algorithm and size, in bits, of the key pair that your key pair creates when it issues a
certificate.
|
CertificateAuthorityConfiguration |
CertificateAuthorityConfiguration.withKeyAlgorithm(String keyAlgorithm)
Type of the public key algorithm and size, in bits, of the key pair that your key pair creates when it issues a
certificate.
|
CertificateAuthorityConfiguration |
CertificateAuthorityConfiguration.withSigningAlgorithm(SigningAlgorithm signingAlgorithm)
Name of the algorithm your private CA uses to sign certificate requests.
|
CertificateAuthorityConfiguration |
CertificateAuthorityConfiguration.withSigningAlgorithm(String signingAlgorithm)
Name of the algorithm your private CA uses to sign certificate requests.
|
CertificateAuthorityConfiguration |
CertificateAuthorityConfiguration.withSubject(ASN1Subject subject)
Structure that contains X.500 distinguished name information for your private CA.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCertificateAuthorityRequest.setCertificateAuthorityConfiguration(CertificateAuthorityConfiguration certificateAuthorityConfiguration)
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate subject
information.
|
void |
CertificateAuthority.setCertificateAuthorityConfiguration(CertificateAuthorityConfiguration certificateAuthorityConfiguration)
Your private CA configuration.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withCertificateAuthorityConfiguration(CertificateAuthorityConfiguration certificateAuthorityConfiguration)
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate subject
information.
|
CertificateAuthority |
CertificateAuthority.withCertificateAuthorityConfiguration(CertificateAuthorityConfiguration certificateAuthorityConfiguration)
Your private CA configuration.
|
Copyright © 2018. All rights reserved.