java.lang.Object
eu.europa.esig.dss.ProfileParameters
eu.europa.esig.dss.xades.XAdESProfileParameters
- All Implemented Interfaces:
Serializable
public class XAdESProfileParameters
extends eu.europa.esig.dss.ProfileParameters
This class is used to accelerate signature creation process for XAdES.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the signature buildereu.europa.esig.dss.signature.SigningOperationGets the current operation typeReturns the current Profile used to generate the signature or its extensionReturns a list of references to be incorporated to the signaturevoidsetBuilder(SignatureBuilder builder) Sets the signature buildervoidsetOperationKind(eu.europa.esig.dss.signature.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.ProfileParameters
equals, getDetachedContents, getDeterministicId, hashCode, 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
public eu.europa.esig.dss.signature.SigningOperation getOperationKind()Gets the current operation type- Returns:
SigningOperation
-
setOperationKind
public void setOperationKind(eu.europa.esig.dss.signature.SigningOperation operationKind) 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
-