| Package | Description |
|---|---|
| eu.europa.esig.dss | |
| eu.europa.esig.dss.signature | |
| eu.europa.esig.dss.token |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAlgorithm |
EncryptionAlgorithm.forName(String name)
Returns the encryption algorithm associated to the given JCE name.
|
static DigestAlgorithm |
DigestAlgorithm.forName(String name)
Returns the digest algorithm associated to the given JCE name.
|
static EncryptionAlgorithm |
EncryptionAlgorithm.forOID(String oid)
Returns the encryption algorithm associated to the given OID.
|
static DigestAlgorithm |
DigestAlgorithm.forOID(String oid)
Returns the digest algorithm associated to the given OID.
|
static DigestAlgorithm |
DigestAlgorithm.forXML(String xmlName)
Returns the digest algorithm associated to the given XML url.
|
InputStream |
DSSDocument.openStream()
Opens a
InputStream on the DSSDocument contents. |
| Modifier and Type | Method and Description |
|---|---|
DSSDocument |
RemoteMultipleDocumentsSignatureService.extendDocument(DOC toExtendDocument,
SP parameters)
Extends the level of the signatures in the
toExtendDocument |
DSSDocument |
RemoteDocumentSignatureService.extendDocument(DOC toExtendDocument,
SP parameters)
Extends the level of the signatures in the
toExtendDocument |
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
. |
DSSDocument |
RemoteDocumentSignatureService.signDocument(DOC toSignDocument,
SP parameters,
SignatureValue signatureValue)
Signs the toSignDocument with the provided signatureValue.
|
DSSDocument |
RemoteMultipleDocumentsSignatureService.signDocument(List<DOC> toSignDocuments,
SP parameters,
SignatureValue signatureValue)
Signs the toSignDocuments with the provided signatureValue.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithm |
KSPrivateKeyEntry.getEncryptionAlgorithm() |
EncryptionAlgorithm |
DSSPrivateKeyEntry.getEncryptionAlgorithm()
Get the SignatureAlgorithm corresponding to the PrivateKey
|
RemoteKeyEntry |
RemoteSignatureTokenConnection.getKey(String alias)
Retrieves a key by its alias
|
List<DSSPrivateKeyEntry> |
SignatureTokenConnection.getKeys()
Retrieves all the available keys (private keys entries) from the QSCD.
|
List<RemoteKeyEntry> |
RemoteSignatureTokenConnection.getKeys()
Retrieves all the available keys (private keys entries) from the QSCD.
|
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.