public class CertificateCredential
extends java.lang.Object
| Constructor and Description |
|---|
CertificateCredential(java.lang.String certificate,
java.lang.String certificateAuthority,
java.lang.String privateKey)
Create an
CertificateCredential from the provided public and private key. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCertificate()
Get the certificate value.
|
java.lang.String |
getCertificateAuthority()
Get the certificate authority value.
|
java.lang.String |
getPrivateKey()
Get the private key value.
|
public CertificateCredential(java.lang.String certificate,
java.lang.String certificateAuthority,
java.lang.String privateKey)
CertificateCredential from the provided public and private key. At least one of the key
values must not be null.certificate - the certificate value; may be null if one of the other parameters
is not nullcertificateAuthority - the certificate authority value; may be null if one of
the other parameters is not nullprivateKey - the private key; may be null if one of the other parameters is
not nullpublic java.lang.String getCertificate()
public java.lang.String getCertificateAuthority()
public java.lang.String getPrivateKey()