public class ValidateSignature
extends java.lang.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="serialNumber" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
<element name="hashType" type="{http://irdeto.com/pisys/secureclient}HashType"/>
<element name="algorithmType" type="{http://irdeto.com/pisys/secureclient}AlgorithmType"/>
<element name="clearData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="signature" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ValidateSignature() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmType |
getAlgorithmType()
Gets the value of the algorithmType property.
|
byte[] |
getClearData()
Gets the value of the clearData property.
|
HashType |
getHashType()
Gets the value of the hashType property.
|
java.math.BigInteger |
getSerialNumber()
Gets the value of the serialNumber property.
|
byte[] |
getSignature()
Gets the value of the signature property.
|
void |
setAlgorithmType(AlgorithmType value)
Sets the value of the algorithmType property.
|
void |
setClearData(byte[] value)
Sets the value of the clearData property.
|
void |
setHashType(HashType value)
Sets the value of the hashType property.
|
void |
setSerialNumber(java.math.BigInteger value)
Sets the value of the serialNumber property.
|
void |
setSignature(byte[] value)
Sets the value of the signature property.
|
public java.math.BigInteger getSerialNumber()
BigIntegerpublic void setSerialNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic HashType getHashType()
HashTypepublic void setHashType(HashType value)
value - allowed object is
HashTypepublic AlgorithmType getAlgorithmType()
AlgorithmTypepublic void setAlgorithmType(AlgorithmType value)
value - allowed object is
AlgorithmTypepublic byte[] getClearData()
public void setClearData(byte[] value)
value - allowed object is
byte[]public byte[] getSignature()
public void setSignature(byte[] value)
value - allowed object is
byte[]