Package eu.europa.esig.dss
Class ProfileParameters
java.lang.Object
eu.europa.esig.dss.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
ConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the detached contentsGets the deterministic idint
hashCode()
void
setDetachedContents
(List<DSSDocument> detachedContents) Sets the detached contentsvoid
setDeterministicId
(String deterministicId) Sets the deterministic idtoString()
-
Constructor Details
-
ProfileParameters
public ProfileParameters()Default constructor instantiating object with null values
-
-
Method Details
-
getDeterministicId
Gets the deterministic id- Returns:
String
-
setDeterministicId
Sets the deterministic id- Parameters:
deterministicId
-String
-
getDetachedContents
Gets the detached contents- Returns:
- a list of
DSSDocument
s
-
setDetachedContents
Sets the detached contents- Parameters:
detachedContents
- a list ofDSSDocument
s
-
toString
-
hashCode
public int hashCode() -
equals
-