-
Methods in eu.europa.esig.dss.token with parameters of type DSSPrivateKeyEntry
Modifier and Type |
Method |
Description |
SignatureValue |
AbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned,
DigestAlgorithm digestAlgorithm,
MaskGenerationFunction mgf,
DSSPrivateKeyEntry keyEntry) |
|
SignatureValue |
AbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned,
DigestAlgorithm digestAlgorithm,
DSSPrivateKeyEntry keyEntry) |
|
SignatureValue |
SignatureTokenConnection.sign(ToBeSigned toBeSigned,
DigestAlgorithm digestAlgorithm,
MaskGenerationFunction mgf,
DSSPrivateKeyEntry keyEntry) |
This method signs the toBeSigned data with the digest digestAlgorithm , the mask mgf and
the given keyEntry .
|
SignatureValue |
SignatureTokenConnection.sign(ToBeSigned toBeSigned,
DigestAlgorithm digestAlgorithm,
DSSPrivateKeyEntry keyEntry) |
This method signs the toBeSigned data with the digest digestAlgorithm and
the given keyEntry .
|
SignatureValue |
AbstractSignatureTokenConnection.signDigest(Digest digest,
MaskGenerationFunction mgf,
DSSPrivateKeyEntry keyEntry) |
|
SignatureValue |
AbstractSignatureTokenConnection.signDigest(Digest digest,
DSSPrivateKeyEntry keyEntry) |
|
SignatureValue |
SignatureTokenConnection.signDigest(Digest digest,
MaskGenerationFunction mgf,
DSSPrivateKeyEntry keyEntry) |
This method signs the digest data with the given keyEntry .
|
SignatureValue |
SignatureTokenConnection.signDigest(Digest digest,
DSSPrivateKeyEntry keyEntry) |
This method signs the digest data with the given keyEntry .
|