Class PrivateCertificateCAData
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.PrivateCertificateCAData
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
PrivateCertificateConfigurationCACertificate,PrivateCertificateConfigurationIntermediateCACSR
public class PrivateCertificateCAData extends com.ibm.cloud.sdk.core.service.model.GenericModelThe configuration data of your Private Certificate. Classes which extend this class: - PrivateCertificateConfigurationIntermediateCACSR - PrivateCertificateConfigurationCACertificate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrivateCertificateCAData.PrivateKeyTypeThe type of private key to generate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCaChain()Gets the caChain.StringgetCertificate()Gets the certificate.StringgetCsr()Gets the csr.LonggetExpiration()Gets the expiration.StringgetIssuingCa()Gets the issuingCa.StringgetPrivateKey()Gets the privateKey.StringgetPrivateKeyType()Gets the privateKeyType.
-
-
-
Method Detail
-
getCsr
public String getCsr()
Gets the csr. The certificate signing request.- Returns:
- the csr
-
getPrivateKey
public String getPrivateKey()
Gets the privateKey. The PEM-encoded private key that is associated with the certificate. The data must be formatted on a single line with embedded newline characters.- Returns:
- the privateKey
-
getPrivateKeyType
public String getPrivateKeyType()
Gets the privateKeyType. The type of private key to generate.- Returns:
- the privateKeyType
-
getExpiration
public Long getExpiration()
Gets the expiration. The certificate expiration time.- Returns:
- the expiration
-
getCertificate
public String getCertificate()
Gets the certificate. Your PEM-encoded certificate. The data must be formatted on a single line with embedded newline characters.- Returns:
- the certificate
-
getIssuingCa
public String getIssuingCa()
Gets the issuingCa. The PEM-encoded certificate of the certificate authority that signed and issued this certificate.- Returns:
- the issuingCa
-
-