Interface DSSPrivateKeyAccessEntry

All Superinterfaces:
DSSPrivateKeyEntry
All Known Implementing Classes:
KSPrivateKeyEntry

public interface DSSPrivateKeyAccessEntry extends DSSPrivateKeyEntry
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 Details

    • getPrivateKey

      PrivateKey getPrivateKey()
      Gets the private key
      Returns:
      the private key