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 TypeClassDescriptionclassWrapper 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, eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgorithm, eu.europa.esig.dss.enumerations.MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned, eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned, eu.europa.esig.dss.enumerations.SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.sign(ToBeSigned toBeSigned, eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgorithm, eu.europa.esig.dss.enumerations.MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenkeyEntry.SignatureTokenConnection.sign(ToBeSigned toBeSigned, eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenkeyEntry.SignatureTokenConnection.sign(ToBeSigned toBeSigned, eu.europa.esig.dss.enumerations.SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigneddata with the pre-defined signature algorithmsignatureAlgorithm, and the givenkeyEntry.AbstractSignatureTokenConnection.signDigest(Digest digest, eu.europa.esig.dss.enumerations.MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.signDigest(Digest digest, eu.europa.esig.dss.enumerations.SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.signDigest(Digest digest, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.signDigest(Digest digest, eu.europa.esig.dss.enumerations.MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thedigestdata with the givenkeyEntry.SignatureTokenConnection.signDigest(Digest digest, eu.europa.esig.dss.enumerations.SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thedigestdata with the pre-definedsignatureAlgorithmand the givenkeyEntry.SignatureTokenConnection.signDigest(Digest digest, DSSPrivateKeyEntry keyEntry) This method signs thedigestdata with the givenkeyEntry.Method parameters in eu.europa.esig.dss.token with type arguments of type DSSPrivateKeyEntryModifier and TypeMethodDescriptionvoidAbstractKeyStoreTokenConnection.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 TypeMethodDescriptionbooleanAllKeyEntryPredicate.test(DSSPrivateKeyEntry dssPrivateKeyEntry) booleanExtendedKeyUsageKeyEntryPredicate.test(DSSPrivateKeyEntry dssPrivateKeyEntry) booleanKeyUsageKeyEntryPredicate.test(DSSPrivateKeyEntry dssPrivateKeyEntry) booleanValidAtTimeKeyEntryPredicate.test(DSSPrivateKeyEntry dssPrivateKeyEntry)