Class Certification


  • public class Certification
    extends Object

    Java class for certification complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="certification">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="index" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="cert" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="signature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • index

        protected byte[] index
      • cert

        protected byte[] cert
      • signature

        protected byte[] signature
    • Constructor Detail

      • Certification

        public Certification()
    • Method Detail

      • getIndex

        public byte[] getIndex()
        Gets the value of the index property.
        Returns:
        possible object is byte[]
      • setIndex

        public void setIndex​(byte[] value)
        Sets the value of the index property.
        Parameters:
        value - allowed object is byte[]
      • getCert

        public byte[] getCert()
        Gets the value of the cert property.
        Returns:
        possible object is byte[]
      • setCert

        public void setCert​(byte[] value)
        Sets the value of the cert property.
        Parameters:
        value - allowed object is byte[]
      • getSignature

        public byte[] getSignature()
        Gets the value of the signature property.
        Returns:
        possible object is byte[]
      • setSignature

        public void setSignature​(byte[] value)
        Sets the value of the signature property.
        Parameters:
        value - allowed object is byte[]