Class SingleResponseType.CertID
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.SingleResponseType.CertID
- Enclosing class:
- SingleResponseType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected byte[]protected byte[]protected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the hashAlgorithm property.byte[]Gets the value of the issuerKeyHash property.byte[]Gets the value of the issuerNameHash property.Gets the value of the serialNumber property.voidsetHashAlgorithm(String value) Sets the value of the hashAlgorithm property.voidsetIssuerKeyHash(byte[] value) Sets the value of the issuerKeyHash property.voidsetIssuerNameHash(byte[] value) Sets the value of the issuerNameHash property.voidsetSerialNumber(BigInteger value) Sets the value of the serialNumber property.
-
Field Details
-
hashAlgorithm
-
issuerNameHash
protected byte[] issuerNameHash -
issuerKeyHash
protected byte[] issuerKeyHash -
serialNumber
-
-
Constructor Details
-
CertID
public CertID()
-
-
Method Details
-
getHashAlgorithm
Gets the value of the hashAlgorithm property.- Returns:
- possible object is
String
-
setHashAlgorithm
Sets the value of the hashAlgorithm property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isString
-
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
BigInteger
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value- allowed object isBigInteger
-