Uses of Interface
eu.europa.esig.dss.token.DSSPrivateKeyEntry
Packages that use DSSPrivateKeyEntry
-
Uses of DSSPrivateKeyEntry in eu.europa.esig.dss.token
Classes in eu.europa.esig.dss.token that implement DSSPrivateKeyEntryModifier and TypeClassDescriptionclass
Wrapper of a PrivateKeyEntry coming from a KeyStore.Methods in eu.europa.esig.dss.token that return DSSPrivateKeyEntryModifier and TypeMethodDescriptionThis method allows to retrieve a DSSPrivateKeyEntry by aliasAbstractKeyStoreTokenConnection.getKey
(String alias, KeyStore.PasswordProtection passwordProtection) This method allows to retrieve a DSSPrivateKeyEntry by aliasMethods in eu.europa.esig.dss.token that return types with arguments of type DSSPrivateKeyEntryModifier and TypeMethodDescriptionAbstractKeyStoreTokenConnection.getKeys()
SignatureTokenConnection.getKeys()
Retrieves all the available keys (private keys entries) from the token.Methods in eu.europa.esig.dss.token with parameters of type DSSPrivateKeyEntryModifier 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
.Method parameters in eu.europa.esig.dss.token with type arguments of type DSSPrivateKeyEntryModifier 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
Methods in eu.europa.esig.dss.token.predicate with parameters of type DSSPrivateKeyEntryModifier and TypeMethodDescriptionboolean
AllKeyEntryPredicate.test
(DSSPrivateKeyEntry dssPrivateKeyEntry) boolean
ExtendedKeyUsageKeyEntryPredicate.test
(DSSPrivateKeyEntry dssPrivateKeyEntry) boolean
KeyUsageKeyEntryPredicate.test
(DSSPrivateKeyEntry dssPrivateKeyEntry) boolean
ValidAtTimeKeyEntryPredicate.test
(DSSPrivateKeyEntry dssPrivateKeyEntry)