Class 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>
     
    • Field Detail

      • signResponseData

        protected byte[] signResponseData
      • publicKey

        protected byte[] publicKey
    • Constructor Detail

      • SignResponseTask

        public SignResponseTask()
    • 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[]
      • 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[]