Package eu.europa.esig.dss.model
Class ToBeSigned
java.lang.Object
eu.europa.esig.dss.model.ToBeSigned
- All Implemented Interfaces:
Serializable
public class ToBeSigned extends Object implements Serializable
Represents the ToBeSigned data
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ToBeSigned()
Empty constructorToBeSigned(byte[] bytes)
The default constructor -
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