public class CryptoManagerKmipServerCertInfo extends DynamicData
Java class for CryptoManagerKmipServerCertInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptoManagerKmipServerCertInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="certificate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="certInfo" type="{urn:vim25}CryptoManagerKmipCertificateInfo" minOccurs="0"/>
<element name="clientTrustServer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
certificate |
protected CryptoManagerKmipCertificateInfo |
certInfo |
protected Boolean |
clientTrustServer |
| Constructor and Description |
|---|
CryptoManagerKmipServerCertInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificate()
Gets the value of the certificate property.
|
CryptoManagerKmipCertificateInfo |
getCertInfo()
Gets the value of the certInfo property.
|
Boolean |
isClientTrustServer()
Gets the value of the clientTrustServer property.
|
void |
setCertificate(String value)
Sets the value of the certificate property.
|
void |
setCertInfo(CryptoManagerKmipCertificateInfo value)
Sets the value of the certInfo property.
|
void |
setClientTrustServer(Boolean value)
Sets the value of the clientTrustServer property.
|
protected String certificate
protected CryptoManagerKmipCertificateInfo certInfo
protected Boolean clientTrustServer
public String getCertificate()
Stringpublic void setCertificate(String value)
value - allowed object is
Stringpublic CryptoManagerKmipCertificateInfo getCertInfo()
CryptoManagerKmipCertificateInfopublic void setCertInfo(CryptoManagerKmipCertificateInfo value)
value - allowed object is
CryptoManagerKmipCertificateInfopublic Boolean isClientTrustServer()
BooleanCopyright © 2018. All rights reserved.