Package eu.europa.esig.dss.signature
Class ProfileParameters
java.lang.Object
eu.europa.esig.dss.signature.ProfileParameters
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PAdESProfileParameters,XAdESProfileParameters
This class manages the internal variables used in the process of creating of a signature and which allows to
accelerate the signature generation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the detached contentsGets the deterministic idinthashCode()voidsetDetachedContents(List<DSSDocument> detachedContents) Sets the detached contentsvoidsetDeterministicId(String deterministicId) Sets the deterministic idtoString()
-
Constructor Details
-
ProfileParameters
public ProfileParameters()Default constructor instantiating object with null values
-
-
Method Details
-
getDeterministicId
-
setDeterministicId
-
getDetachedContents
Gets the detached contents- Returns:
- a list of
DSSDocuments
-
setDetachedContents
Sets the detached contents- Parameters:
detachedContents- a list ofDSSDocuments
-
toString
-
hashCode
-
equals
-