Package tss

Interface TpmCallbackInterface


  • public interface TpmCallbackInterface
    Classes that require callbacks from the tss.Java library should implement this interface
    Author:
    pengland
    • Method Detail

      • commandCompleteCallback

        void commandCompleteCallback​(TPM_CC commandCode,
                                     TPM_RC responseCode,
                                     byte[] inCommand,
                                     byte[] outResponse)