Uses of Class
tss.tpm.CommandHeader
-
Packages that use CommandHeader Package Description tss.tpm -
-
Uses of CommandHeader in tss.tpm
Methods in tss.tpm that return CommandHeader Modifier and Type Method Description static CommandHeader
CommandHeader. fromBytes(byte[] byteBuf)
Static marshaling helperstatic CommandHeader
CommandHeader. fromTpm(byte[] byteBuf)
Deprecated.UsefromBytes(byte[])
insteadstatic CommandHeader
CommandHeader. fromTpm(TpmBuffer buf)
Static marshaling helper
-