Class SingleResponseType.CertID

java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.SingleResponseType.CertID
Enclosing class:
SingleResponseType

public static class SingleResponseType.CertID extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="IssuerNameHash" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
         <element name="IssuerKeyHash" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
         <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • hashAlgorithm

      protected String hashAlgorithm
    • issuerNameHash

      protected byte[] issuerNameHash
    • issuerKeyHash

      protected byte[] issuerKeyHash
    • serialNumber

      protected BigInteger serialNumber
  • Constructor Details

    • CertID

      public CertID()
  • Method Details

    • getHashAlgorithm

      public String getHashAlgorithm()
      Gets the value of the hashAlgorithm property.
      Returns:
      possible object is String
    • setHashAlgorithm

      public void setHashAlgorithm(String value)
      Sets the value of the hashAlgorithm property.
      Parameters:
      value - allowed object is String
    • getIssuerNameHash

      public byte[] getIssuerNameHash()
      Gets the value of the issuerNameHash property.
      Returns:
      possible object is String
    • setIssuerNameHash

      public void setIssuerNameHash(byte[] value)
      Sets the value of the issuerNameHash property.
      Parameters:
      value - allowed object is String
    • getIssuerKeyHash

      public byte[] getIssuerKeyHash()
      Gets the value of the issuerKeyHash property.
      Returns:
      possible object is String
    • setIssuerKeyHash

      public void setIssuerKeyHash(byte[] value)
      Sets the value of the issuerKeyHash property.
      Parameters:
      value - allowed object is String
    • getSerialNumber

      public BigInteger getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is BigInteger
    • setSerialNumber

      public void setSerialNumber(BigInteger value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is BigInteger