java.lang.Object
eu.europa.esig.dss.model.SignatureValue
- All Implemented Interfaces:
Serializable
The SignatureValue
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorSignatureValue(eu.europa.esig.dss.enumerations.SignatureAlgorithm algorithm, byte[] value) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleaneu.europa.esig.dss.enumerations.SignatureAlgorithmGets theSignatureAlgorithmbyte[]getValue()Gets the SignatureValue binariesinthashCode()voidsetAlgorithm(eu.europa.esig.dss.enumerations.SignatureAlgorithm algorithm) Sets theSignatureAlgorithmvoidsetValue(byte[] value) Sets the SignatureValue binariestoString()
-
Constructor Details
-
SignatureValue
public SignatureValue()Empty constructor -
SignatureValue
public SignatureValue(eu.europa.esig.dss.enumerations.SignatureAlgorithm algorithm, byte[] value) Default constructor- Parameters:
algorithm-SignatureAlgorithmvalue- the SignatureValue binaries
-
-
Method Details
-
getAlgorithm
public eu.europa.esig.dss.enumerations.SignatureAlgorithm getAlgorithm()Gets theSignatureAlgorithm- Returns:
SignatureAlgorithm
-
setAlgorithm
public void setAlgorithm(eu.europa.esig.dss.enumerations.SignatureAlgorithm algorithm) Sets theSignatureAlgorithm- Parameters:
algorithm-SignatureAlgorithm
-
getValue
public byte[] getValue()Gets the SignatureValue binaries- Returns:
- SignatureValue binaries
-
setValue
public void setValue(byte[] value) Sets the SignatureValue binaries- Parameters:
value- SignatureValue binaries
-
hashCode
public int hashCode() -
equals
-
toString
-