Uses of Interface
eu.europa.esig.dss.token.DSSPrivateKeyEntry
-
Uses of DSSPrivateKeyEntry in eu.europa.esig.dss.token
Modifier and TypeClassDescriptionclass
Wrapper of a PrivateKeyEntry coming from a KeyStore.Modifier and TypeMethodDescriptionThis method allows to retrieve a DSSPrivateKeyEntry by aliasAbstractKeyStoreTokenConnection.getKey
(String alias, KeyStore.PasswordProtection passwordProtection) This method allows to retrieve a DSSPrivateKeyEntry by aliasModifier and TypeMethodDescriptionAbstractKeyStoreTokenConnection.getKeys()
SignatureTokenConnection.getKeys()
Retrieves all the available keys (private keys entries) from the token.Modifier and TypeMethodDescriptionAbstractSignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign
(ToBeSigned toBeSigned, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenkeyEntry
.SignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigned
data with the digestdigestAlgorithm
and the givenkeyEntry
.SignatureTokenConnection.sign
(ToBeSigned toBeSigned, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigned
data with the pre-defined signature algorithmsignatureAlgorithm
, and the givenkeyEntry
.AbstractSignatureTokenConnection.signDigest
(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.signDigest
(Digest digest, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.signDigest
(Digest digest, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.signDigest
(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thedigest
data with the givenkeyEntry
.SignatureTokenConnection.signDigest
(Digest digest, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thedigest
data with the pre-definedsignatureAlgorithm
and the givenkeyEntry
.SignatureTokenConnection.signDigest
(Digest digest, DSSPrivateKeyEntry keyEntry) This method signs thedigest
data with the givenkeyEntry
.Modifier and TypeMethodDescriptionvoid
AbstractKeyStoreTokenConnection.setKeyEntryPredicate
(Predicate<DSSPrivateKeyEntry> keyEntryPredicate) Sets a predicate to filter keys to be returned by#getKeys()
method. -
Uses of DSSPrivateKeyEntry in eu.europa.esig.dss.token.predicate
Modifier and TypeMethodDescriptionboolean
AllKeyEntryPredicate.test
(DSSPrivateKeyEntry dssPrivateKeyEntry) boolean
ExtendedKeyUsageKeyEntryPredicate.test
(DSSPrivateKeyEntry dssPrivateKeyEntry) boolean
KeyUsageKeyEntryPredicate.test
(DSSPrivateKeyEntry dssPrivateKeyEntry) boolean
ValidAtTimeKeyEntryPredicate.test
(DSSPrivateKeyEntry dssPrivateKeyEntry)