| Package | Description |
|---|---|
| eu.europa.esig.dss.signature | |
| eu.europa.esig.dss.token |
| Modifier and Type | Method and Description |
|---|---|
ToBeSigned |
RemoteDocumentSignatureService.getDataToSign(DOC toSignDocument,
SP parameters)
Retrieves the bytes of the data that need to be signed based on the
toSignDocument and parameters
. |
ToBeSigned |
RemoteMultipleDocumentsSignatureService.getDataToSign(List<DOC> toSignDocuments,
SP parameters)
Retrieves the bytes of the data that need to be signed based on the
toSignDocuments and
parameters
. |
| Modifier and Type | Method and Description |
|---|---|
SignatureValue |
SignatureTokenConnection.sign(ToBeSigned toBeSigned,
DigestAlgorithm digestAlgorithm,
DSSPrivateKeyEntry keyEntry) |
SignatureValue |
SignatureTokenConnection.sign(ToBeSigned toBeSigned,
DigestAlgorithm digestAlgorithm,
MaskGenerationFunction mgf,
DSSPrivateKeyEntry keyEntry) |
SignatureValue |
RemoteSignatureTokenConnection.sign(ToBeSigned toBeSigned,
DigestAlgorithm digestAlgorithm,
String alias) |
Copyright © 2018. All rights reserved.