public class CertificateAddParameter extends Object
| Constructor and Description |
|---|
CertificateAddParameter() |
| Modifier and Type | Method and Description |
|---|---|
CertificateFormat |
certificateFormat()
Get the certificateFormat value.
|
String |
data()
Get the data value.
|
String |
password()
Get the password value.
|
String |
thumbprint()
Get the thumbprint value.
|
String |
thumbprintAlgorithm()
Get the thumbprintAlgorithm value.
|
CertificateAddParameter |
withCertificateFormat(CertificateFormat certificateFormat)
Set the certificateFormat value.
|
CertificateAddParameter |
withData(String data)
Set the data value.
|
CertificateAddParameter |
withPassword(String password)
Set the password value.
|
CertificateAddParameter |
withThumbprint(String thumbprint)
Set the thumbprint value.
|
CertificateAddParameter |
withThumbprintAlgorithm(String thumbprintAlgorithm)
Set the thumbprintAlgorithm value.
|
public String thumbprint()
public CertificateAddParameter withThumbprint(String thumbprint)
thumbprint - the thumbprint value to setpublic String thumbprintAlgorithm()
public CertificateAddParameter withThumbprintAlgorithm(String thumbprintAlgorithm)
thumbprintAlgorithm - the thumbprintAlgorithm value to setpublic String data()
public CertificateAddParameter withData(String data)
data - the data value to setpublic CertificateFormat certificateFormat()
public CertificateAddParameter withCertificateFormat(CertificateFormat certificateFormat)
certificateFormat - the certificateFormat value to setpublic String password()
public CertificateAddParameter withPassword(String password)
password - the password value to setCopyright © 2019. All rights reserved.