Class SignResponseTask
- java.lang.Object
-
- org.certificateservices.messages.signrequest.jaxb.BaseSignTask
-
- org.certificateservices.messages.signrequest.jaxb.SignResponseTask
-
public class SignResponseTask extends BaseSignTask
Java class for SignResponseTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignResponseTask"> <complexContent> <extension base="{http://certificateservices.org/xsd/signrequest2_0}BaseSignTask"> <sequence> <element name="signResponseData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <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> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.certificateservices.messages.signrequest.jaxb.BaseSignTask
BaseSignTask.Attributes
-
-
Field Summary
Fields Modifier and Type Field Description protected CertificateChainTypecertificateChainprotected byte[]publicKeyprotected byte[]signResponseData-
Fields inherited from class org.certificateservices.messages.signrequest.jaxb.BaseSignTask
attributes, keyId, signTaskId, signType
-
-
Constructor Summary
Constructors Constructor Description SignResponseTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateChainTypegetCertificateChain()Gets the value of the certificateChain property.byte[]getPublicKey()Gets the value of the publicKey property.byte[]getSignResponseData()Gets the value of the signResponseData property.voidsetCertificateChain(CertificateChainType value)Sets the value of the certificateChain property.voidsetPublicKey(byte[] value)Sets the value of the publicKey property.voidsetSignResponseData(byte[] value)Sets the value of the signResponseData property.-
Methods inherited from class org.certificateservices.messages.signrequest.jaxb.BaseSignTask
getAttributes, getKeyId, getSignTaskId, getSignType, setAttributes, setKeyId, setSignTaskId, setSignType
-
-
-
-
Field Detail
-
signResponseData
protected byte[] signResponseData
-
certificateChain
protected CertificateChainType certificateChain
-
publicKey
protected byte[] publicKey
-
-
Method Detail
-
getSignResponseData
public byte[] getSignResponseData()
Gets the value of the signResponseData property.- Returns:
- possible object is byte[]
-
setSignResponseData
public void setSignResponseData(byte[] value)
Sets the value of the signResponseData property.- Parameters:
value- allowed object is byte[]
-
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[]
-
-