Interface SignatureProfile
- All Known Subinterfaces:
XAdESSignatureProfile
- All Known Implementing Classes:
XAdESLevelBaselineB
-
Method Summary
Modifier and TypeMethodDescriptionsignDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, byte[] signatureValue) Deprecated.Creates a signature of the defines profile for signing a documentsignDocument(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters, byte[] signatureValue) Deprecated.Creates a signature of the defines profile for signing a list of documents
-
Method Details
-
signDocument
DSSDocument signDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, byte[] signatureValue) Deprecated.Creates a signature of the defines profile for signing a document- Parameters:
toSignDocument-DSSDocumentto be signedparameters-XAdESSignatureParameterssignatureValue- signature value- Returns:
DSSDocumentsignature document
-
signDocument
DSSDocument signDocument(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters, byte[] signatureValue) Deprecated.Creates a signature of the defines profile for signing a list of documents- Parameters:
toSignDocuments- a list ofDSSDocuments to be signedparameters-XAdESSignatureParameterssignatureValue- signature value- Returns:
DSSDocumentsignature document
-
eu.europa.esig.dss.xades.XAdESSignatureProfileinstead.