| Package | Description |
|---|---|
| com.amazonaws.services.acmpca |
You can use the ACM PCA API to create a private certificate authority (CA).
|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
ImportCertificateAuthorityCertificateRequest |
ImportCertificateAuthorityCertificateRequest.clone() |
ImportCertificateAuthorityCertificateRequest |
ImportCertificateAuthorityCertificateRequest.withCertificate(ByteBuffer certificate)
The PEM-encoded certificate for your private CA.
|
ImportCertificateAuthorityCertificateRequest |
ImportCertificateAuthorityCertificateRequest.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority.
|
ImportCertificateAuthorityCertificateRequest |
ImportCertificateAuthorityCertificateRequest.withCertificateChain(ByteBuffer certificateChain)
A PEM-encoded file that contains all of your certificates, other than the certificate you're importing, chaining
up to your root CA.
|
Copyright © 2019. All rights reserved.