Package eu.europa.esig.dss.xades
Class XAdESProfileParameters
java.lang.Object
eu.europa.esig.dss.signature.ProfileParameters
eu.europa.esig.dss.xades.XAdESProfileParameters
- All Implemented Interfaces:
Serializable
This class is used to accelerate signature creation process for XAdES.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the signature builderGets the current operation typeReturns the current Profile used to generate the signature or its extensionReturns a list of references to be incorporated to the signatureinthashCode()voidsetBuilder(SignatureBuilder builder) Sets the signature buildervoidsetOperationKind(SigningOperation operationKind) Sets the operation kindvoidsetProfile(SignatureProfile profile) Sets the current Profile used to generate the signature or its extensionvoidsetReferences(List<DSSReference> references) Sets a list of references to be incorporated into the signatureMethods inherited from class eu.europa.esig.dss.signature.ProfileParameters
getDetachedContents, getDeterministicId, setDetachedContents, setDeterministicId, toString
-
Constructor Details
-
XAdESProfileParameters
public XAdESProfileParameters()Default constructor
-
-
Method Details
-
getProfile
Returns the current Profile used to generate the signature or its extension- Returns:
- the SignatureProfile
-
setProfile
Sets the current Profile used to generate the signature or its extension- Parameters:
profile- the SignatureProfile
-
getBuilder
Gets the signature builder- Returns:
SignatureBuilder
-
setBuilder
Sets the signature builder- Parameters:
builder-SignatureBuilder
-
getOperationKind
Gets the current operation type- Returns:
SigningOperation
-
setOperationKind
Sets the operation kind- Parameters:
operationKind-SigningOperation
-
getReferences
Returns a list of references to be incorporated to the signature- Returns:
- a list of
DSSReferences
-
setReferences
Sets a list of references to be incorporated into the signature- Parameters:
references- a list ofDSSReferences
-
equals
- Overrides:
equalsin classProfileParameters
-
hashCode
public int hashCode()- Overrides:
hashCodein classProfileParameters
-