Package eu.europa.esig.dss.model
Class ToBeSigned
java.lang.Object
eu.europa.esig.dss.model.ToBeSigned
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ToBeSigned
public ToBeSigned()Empty constructor -
ToBeSigned
public ToBeSigned(byte[] bytes) The default constructor- Parameters:
bytes
- byte array to be signed
-
-
Method Details
-
getBytes
public byte[] getBytes()Gets bytes to be signed- Returns:
- byte array
-
setBytes
public void setBytes(byte[] bytes) Sets bytes to be signed- Parameters:
bytes
- byte array
-
hashCode
-
equals
-