Package tss
Interface TpmCallbackInterface
-
public interface TpmCallbackInterface
Classes that require callbacks from the tss.Java library should implement this interface- Author:
- pengland
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
commandCompleteCallback(TPM_CC commandCode, TPM_RC responseCode, byte[] inCommand, byte[] outResponse)
-