public class CryptoManagerKmipCertificateInfo extends DynamicData
Java class for CryptoManagerKmipCertificateInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptoManagerKmipCertificateInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="issuer" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="notBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="notAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="fingerprint" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="checkTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="secondsSinceValid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="secondsBeforeExpire" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
checkTime |
protected String |
fingerprint |
protected String |
issuer |
protected XMLGregorianCalendar |
notAfter |
protected XMLGregorianCalendar |
notBefore |
protected Integer |
secondsBeforeExpire |
protected Integer |
secondsSinceValid |
protected String |
serialNumber |
protected String |
subject |
| Constructor and Description |
|---|
CryptoManagerKmipCertificateInfo() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCheckTime()
Gets the value of the checkTime property.
|
String |
getFingerprint()
Gets the value of the fingerprint property.
|
String |
getIssuer()
Gets the value of the issuer property.
|
XMLGregorianCalendar |
getNotAfter()
Gets the value of the notAfter property.
|
XMLGregorianCalendar |
getNotBefore()
Gets the value of the notBefore property.
|
Integer |
getSecondsBeforeExpire()
Gets the value of the secondsBeforeExpire property.
|
Integer |
getSecondsSinceValid()
Gets the value of the secondsSinceValid property.
|
String |
getSerialNumber()
Gets the value of the serialNumber property.
|
String |
getSubject()
Gets the value of the subject property.
|
void |
setCheckTime(XMLGregorianCalendar value)
Sets the value of the checkTime property.
|
void |
setFingerprint(String value)
Sets the value of the fingerprint property.
|
void |
setIssuer(String value)
Sets the value of the issuer property.
|
void |
setNotAfter(XMLGregorianCalendar value)
Sets the value of the notAfter property.
|
void |
setNotBefore(XMLGregorianCalendar value)
Sets the value of the notBefore property.
|
void |
setSecondsBeforeExpire(Integer value)
Sets the value of the secondsBeforeExpire property.
|
void |
setSecondsSinceValid(Integer value)
Sets the value of the secondsSinceValid property.
|
void |
setSerialNumber(String value)
Sets the value of the serialNumber property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
protected String subject
protected String issuer
protected String serialNumber
protected XMLGregorianCalendar notBefore
protected XMLGregorianCalendar notAfter
protected String fingerprint
protected XMLGregorianCalendar checkTime
protected Integer secondsSinceValid
protected Integer secondsBeforeExpire
public String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getIssuer()
Stringpublic void setIssuer(String value)
value - allowed object is
Stringpublic String getSerialNumber()
Stringpublic void setSerialNumber(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getNotBefore()
XMLGregorianCalendarpublic void setNotBefore(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getNotAfter()
XMLGregorianCalendarpublic void setNotAfter(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getFingerprint()
Stringpublic void setFingerprint(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCheckTime()
XMLGregorianCalendarpublic void setCheckTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getSecondsSinceValid()
Integerpublic void setSecondsSinceValid(Integer value)
value - allowed object is
Integerpublic Integer getSecondsBeforeExpire()
IntegerCopyright © 2018. All rights reserved.