Package tss

Class TpmException

    • Field Detail

      • EncodedError

        public int EncodedError
      • ResponseCode

        public TPM_RC ResponseCode
      • NestedException

        public Exception NestedException
    • Constructor Detail

      • TpmException

        public TpmException​(String message)
      • TpmException

        public TpmException​(String message,
                            TPM_RC code)
      • TpmException

        public TpmException​(String message,
                            Exception nestedException)
      • TpmException

        public TpmException​(TPM_RC code)
      • TpmException

        public TpmException​(TPM_RC code,
                            int encodedError)