public static final class CertificateKeyPair.Builder
extends java.lang.Object
CertificateKeyPair.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
CertificateKeyPair. |
| Modifier and Type | Method and Description |
|---|---|
CertificateKeyPair |
build() |
CertificateKeyPair.Builder |
setCertificate(SecurityCertificate certificate) |
CertificateKeyPair.Builder |
setRsaPrivateKey(java.lang.String rsaPrivateKey)
The private key must include the enclosing \"-----BEGIN RSA PRIVATE KEY-----\"
and \"-----END RSA PRIVATE KEY-----\".
|
public Builder()
CertificateKeyPair.public CertificateKeyPair.Builder setCertificate(SecurityCertificate certificate)
certificate - New value for the property.public CertificateKeyPair.Builder setRsaPrivateKey(java.lang.String rsaPrivateKey)
rsaPrivateKey - New value for the property.public CertificateKeyPair build()