Class KSPrivateKeyEntry

java.lang.Object
eu.europa.esig.dss.token.KSPrivateKeyEntry
All Implemented Interfaces:
DSSPrivateKeyEntry

public class KSPrivateKeyEntry extends Object implements DSSPrivateKeyEntry
Wrapper of a PrivateKeyEntry coming from a KeyStore.
  • Constructor Details

    • KSPrivateKeyEntry

      public KSPrivateKeyEntry(String alias, KeyStore.PrivateKeyEntry privateKeyEntry)
      The default constructor for KSPrivateKeyEntry.
      Parameters:
      alias - the given alias
      privateKeyEntry - the keystore private key entry
  • Method Details