Class KeyInfo
- java.lang.Object
-
- org.certificateservices.messages.keystoremgmt.jaxb.KeyInfo
-
public class KeyInfo extends java.lang.ObjectJava class for KeyInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="alias" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="organisationShortName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="application" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="credentialSubType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="description" type="{http://certificateservices.org/xsd/csmessages2_0}descriptionstring" minOccurs="0"/> <element name="certificateRequest" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="expireDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="status" type="{http://certificateservices.org/xsd/keystoremgmt2_0}KeyStatus"/> <element name="credentials"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyInfo.CredentialsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringaliasprotected java.lang.Stringapplicationprotected byte[]certificateRequestprotected KeyInfo.Credentialscredentialsprotected java.lang.StringcredentialSubTypeprotected javax.xml.datatype.XMLGregorianCalendardateCreatedprotected java.lang.Stringdescriptionprotected javax.xml.datatype.XMLGregorianCalendarexpireDateprotected javax.xml.datatype.XMLGregorianCalendarlastUpdatedprotected java.lang.StringorganisationShortNameprotected KeyStatusstatus
-
Constructor Summary
Constructors Constructor Description KeyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlias()Gets the value of the alias property.java.lang.StringgetApplication()Gets the value of the application property.byte[]getCertificateRequest()Gets the value of the certificateRequest property.KeyInfo.CredentialsgetCredentials()Gets the value of the credentials property.java.lang.StringgetCredentialSubType()Gets the value of the credentialSubType property.javax.xml.datatype.XMLGregorianCalendargetDateCreated()Gets the value of the dateCreated property.java.lang.StringgetDescription()Gets the value of the description property.javax.xml.datatype.XMLGregorianCalendargetExpireDate()Gets the value of the expireDate property.javax.xml.datatype.XMLGregorianCalendargetLastUpdated()Gets the value of the lastUpdated property.java.lang.StringgetOrganisationShortName()Gets the value of the organisationShortName property.KeyStatusgetStatus()Gets the value of the status property.voidsetAlias(java.lang.String value)Sets the value of the alias property.voidsetApplication(java.lang.String value)Sets the value of the application property.voidsetCertificateRequest(byte[] value)Sets the value of the certificateRequest property.voidsetCredentials(KeyInfo.Credentials value)Sets the value of the credentials property.voidsetCredentialSubType(java.lang.String value)Sets the value of the credentialSubType property.voidsetDateCreated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dateCreated property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetExpireDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the expireDate property.voidsetLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastUpdated property.voidsetOrganisationShortName(java.lang.String value)Sets the value of the organisationShortName property.voidsetStatus(KeyStatus value)Sets the value of the status property.
-
-
-
Field Detail
-
alias
protected java.lang.String alias
-
organisationShortName
protected java.lang.String organisationShortName
-
application
protected java.lang.String application
-
credentialSubType
protected java.lang.String credentialSubType
-
description
protected java.lang.String description
-
certificateRequest
protected byte[] certificateRequest
-
dateCreated
protected javax.xml.datatype.XMLGregorianCalendar dateCreated
-
lastUpdated
protected javax.xml.datatype.XMLGregorianCalendar lastUpdated
-
expireDate
protected javax.xml.datatype.XMLGregorianCalendar expireDate
-
status
protected KeyStatus status
-
credentials
protected KeyInfo.Credentials credentials
-
-
Method Detail
-
getAlias
public java.lang.String getAlias()
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
public void setAlias(java.lang.String value)
Sets the value of the alias property.- Parameters:
value- allowed object isString
-
getOrganisationShortName
public java.lang.String getOrganisationShortName()
Gets the value of the organisationShortName property.- Returns:
- possible object is
String
-
setOrganisationShortName
public void setOrganisationShortName(java.lang.String value)
Sets the value of the organisationShortName property.- Parameters:
value- allowed object isString
-
getApplication
public java.lang.String getApplication()
Gets the value of the application property.- Returns:
- possible object is
String
-
setApplication
public void setApplication(java.lang.String value)
Sets the value of the application property.- Parameters:
value- allowed object isString
-
getCredentialSubType
public java.lang.String getCredentialSubType()
Gets the value of the credentialSubType property.- Returns:
- possible object is
String
-
setCredentialSubType
public void setCredentialSubType(java.lang.String value)
Sets the value of the credentialSubType property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getCertificateRequest
public byte[] getCertificateRequest()
Gets the value of the certificateRequest property.- Returns:
- possible object is byte[]
-
setCertificateRequest
public void setCertificateRequest(byte[] value)
Sets the value of the certificateRequest property.- Parameters:
value- allowed object is byte[]
-
getDateCreated
public javax.xml.datatype.XMLGregorianCalendar getDateCreated()
Gets the value of the dateCreated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateCreated
public void setDateCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateCreated property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getLastUpdated
public javax.xml.datatype.XMLGregorianCalendar getLastUpdated()
Gets the value of the lastUpdated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastUpdated
public void setLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastUpdated property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getExpireDate
public javax.xml.datatype.XMLGregorianCalendar getExpireDate()
Gets the value of the expireDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpireDate
public void setExpireDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expireDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getStatus
public KeyStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
KeyStatus
-
setStatus
public void setStatus(KeyStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isKeyStatus
-
getCredentials
public KeyInfo.Credentials getCredentials()
Gets the value of the credentials property.- Returns:
- possible object is
KeyInfo.Credentials
-
setCredentials
public void setCredentials(KeyInfo.Credentials value)
Sets the value of the credentials property.- Parameters:
value- allowed object isKeyInfo.Credentials
-
-