Class GetPubKeyResponseTask
- java.lang.Object
-
- org.certificateservices.messages.signrequest.jaxb.GetPubKeyResponseTask
-
public class GetPubKeyResponseTask extends java.lang.ObjectJava class for GetPubKeyResponseTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPubKeyResponseTask"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="taskId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="signType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="keyId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="attributes" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attribute" type="{http://certificateservices.org/xsd/csmessages2_0}Attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="certificateChain" type="{http://certificateservices.org/xsd/signrequest2_0}certificateChainType" minOccurs="0"/> <element name="publicKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPubKeyResponseTask.AttributesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected GetPubKeyResponseTask.Attributesattributesprotected CertificateChainTypecertificateChainprotected java.lang.StringkeyIdprotected byte[]publicKeyprotected java.lang.StringsignTypeprotected java.lang.StringtaskId
-
Constructor Summary
Constructors Constructor Description GetPubKeyResponseTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPubKeyResponseTask.AttributesgetAttributes()Gets the value of the attributes property.CertificateChainTypegetCertificateChain()Gets the value of the certificateChain property.java.lang.StringgetKeyId()Gets the value of the keyId property.byte[]getPublicKey()Gets the value of the publicKey property.java.lang.StringgetSignType()Gets the value of the signType property.java.lang.StringgetTaskId()Gets the value of the taskId property.voidsetAttributes(GetPubKeyResponseTask.Attributes value)Sets the value of the attributes property.voidsetCertificateChain(CertificateChainType value)Sets the value of the certificateChain property.voidsetKeyId(java.lang.String value)Sets the value of the keyId property.voidsetPublicKey(byte[] value)Sets the value of the publicKey property.voidsetSignType(java.lang.String value)Sets the value of the signType property.voidsetTaskId(java.lang.String value)Sets the value of the taskId property.
-
-
-
Field Detail
-
taskId
protected java.lang.String taskId
-
signType
protected java.lang.String signType
-
keyId
protected java.lang.String keyId
-
attributes
protected GetPubKeyResponseTask.Attributes attributes
-
certificateChain
protected CertificateChainType certificateChain
-
publicKey
protected byte[] publicKey
-
-
Method Detail
-
getTaskId
public java.lang.String getTaskId()
Gets the value of the taskId property.- Returns:
- possible object is
String
-
setTaskId
public void setTaskId(java.lang.String value)
Sets the value of the taskId property.- Parameters:
value- allowed object isString
-
getSignType
public java.lang.String getSignType()
Gets the value of the signType property.- Returns:
- possible object is
String
-
setSignType
public void setSignType(java.lang.String value)
Sets the value of the signType property.- Parameters:
value- allowed object isString
-
getKeyId
public java.lang.String getKeyId()
Gets the value of the keyId property.- Returns:
- possible object is
String
-
setKeyId
public void setKeyId(java.lang.String value)
Sets the value of the keyId property.- Parameters:
value- allowed object isString
-
getAttributes
public GetPubKeyResponseTask.Attributes getAttributes()
Gets the value of the attributes property.- Returns:
- possible object is
GetPubKeyResponseTask.Attributes
-
setAttributes
public void setAttributes(GetPubKeyResponseTask.Attributes value)
Sets the value of the attributes property.- Parameters:
value- allowed object isGetPubKeyResponseTask.Attributes
-
getCertificateChain
public CertificateChainType getCertificateChain()
Gets the value of the certificateChain property.- Returns:
- possible object is
CertificateChainType
-
setCertificateChain
public void setCertificateChain(CertificateChainType value)
Sets the value of the certificateChain property.- Parameters:
value- allowed object isCertificateChainType
-
getPublicKey
public byte[] getPublicKey()
Gets the value of the publicKey property.- Returns:
- possible object is byte[]
-
setPublicKey
public void setPublicKey(byte[] value)
Sets the value of the publicKey property.- Parameters:
value- allowed object is byte[]
-
-