Interface HardwareSecurity.DecryptionCallback

  • Enclosing class:
    HardwareSecurity

    public static interface HardwareSecurity.DecryptionCallback
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] decryptSessionKey​(long keyId, int keyAlgorithm, byte[] sessionKeyData)
      Delegate decryption of a Public-Key-Encrypted-Session-Key (PKESK) to an external API for dealing with hardware security modules such as smartcards or TPMs.