Package eu.europa.esig.dss.ws.dto
Class SignatureValueDTO
- java.lang.Object
-
- eu.europa.esig.dss.ws.dto.SignatureValueDTO
-
- All Implemented Interfaces:
Serializable
public class SignatureValueDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SignatureValueDTO()SignatureValueDTO(SignatureAlgorithm algorithm, byte[] value)
-
Method Summary
Modifier and Type Method Description booleanequals(Object obj)SignatureAlgorithmgetAlgorithm()byte[]getValue()inthashCode()voidsetAlgorithm(SignatureAlgorithm algorithm)voidsetValue(byte[] value)StringtoString()
-
-
-
Constructor Detail
-
SignatureValueDTO
public SignatureValueDTO()
-
SignatureValueDTO
public SignatureValueDTO(SignatureAlgorithm algorithm, byte[] value)
-
-
Method Detail
-
getAlgorithm
public SignatureAlgorithm getAlgorithm()
-
setAlgorithm
public void setAlgorithm(SignatureAlgorithm algorithm)
-
getValue
public byte[] getValue()
-
setValue
public void setValue(byte[] value)
-
-