Package eu.europa.esig.dss.token
Interface DSSPrivateKeyAccessEntry
- All Superinterfaces:
DSSPrivateKeyEntry
- All Known Implementing Classes:
KSPrivateKeyEntry
Provides an interface to a token connection with an exposed (accessible) private key entry.
NOTE: That does not mean that the cryptographic private key can be extracted.
The interface is meant to only provide direct access to the private key.
It is up to the underlying implementation to determine a way the private key can be accessed.
-
Method Summary
Methods inherited from interface eu.europa.esig.dss.token.DSSPrivateKeyEntry
getCertificate, getCertificateChain, getEncryptionAlgorithm
-
Method Details
-
getPrivateKey
-