| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Certificates |
Certificates.clone() |
Certificates |
Cluster.getCertificates()
Contains one or more certificates or a certificate signing request (CSR).
|
Certificates |
Certificates.withAwsHardwareCertificate(String awsHardwareCertificate)
The HSM hardware certificate issued (signed) by CloudHSM.
|
Certificates |
Certificates.withClusterCertificate(String clusterCertificate)
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
|
Certificates |
Certificates.withClusterCsr(String clusterCsr)
The cluster's certificate signing request (CSR).
|
Certificates |
Certificates.withHsmCertificate(String hsmCertificate)
The HSM certificate issued (signed) by the HSM hardware.
|
Certificates |
Certificates.withManufacturerHardwareCertificate(String manufacturerHardwareCertificate)
The HSM hardware certificate issued (signed) by the hardware manufacturer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setCertificates(Certificates certificates)
Contains one or more certificates or a certificate signing request (CSR).
|
Cluster |
Cluster.withCertificates(Certificates certificates)
Contains one or more certificates or a certificate signing request (CSR).
|
Copyright © 2025. All rights reserved.