Uses of Interface
eu.europa.esig.dss.token.DSSPrivateKeyEntry
-
Packages that use DSSPrivateKeyEntry Package Description eu.europa.esig.dss.token -
-
Uses of DSSPrivateKeyEntry in eu.europa.esig.dss.token
Classes in eu.europa.esig.dss.token that implement DSSPrivateKeyEntry Modifier and Type Class Description classKSPrivateKeyEntryWrapper of a PrivateKeyEntry coming from a KeyStore.Methods in eu.europa.esig.dss.token that return DSSPrivateKeyEntry Modifier and Type Method Description DSSPrivateKeyEntryAbstractKeyStoreTokenConnection. getKey(String alias)This method allows to retrieve a DSSPrivateKeyEntry by aliasDSSPrivateKeyEntryAbstractKeyStoreTokenConnection. 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 DSSPrivateKeyEntry Modifier and Type Method Description List<DSSPrivateKeyEntry>AbstractKeyStoreTokenConnection. getKeys()List<DSSPrivateKeyEntry>SignatureTokenConnection. getKeys()Retrieves all the available keys (private keys entries) from the token.Methods in eu.europa.esig.dss.token with parameters of type DSSPrivateKeyEntry Modifier and Type Method Description SignatureValueAbstractSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)SignatureValueAbstractSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry)SignatureValueSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenkeyEntry.SignatureValueSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry)This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenkeyEntry.SignatureValueAbstractSignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)SignatureValueAbstractSignatureTokenConnection. signDigest(Digest digest, DSSPrivateKeyEntry keyEntry)SignatureValueSignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)This method signs thedigestdata with the givenkeyEntry.SignatureValueSignatureTokenConnection. signDigest(Digest digest, DSSPrivateKeyEntry keyEntry)This method signs thedigestdata with the givenkeyEntry.
-