public interface TpmMarshaller
| Modifier and Type | Method and Description |
|---|---|
void |
initFromTpm(InByteBuf buf)
Populate this object from the TPM representation in the input byte buffer object
|
byte[] |
toTpm()
Convert this object to its TPM representation and return it as a byte array
|
void |
toTpm(OutByteBuf buf)
Convert this object to its TPM representation and store in the output byte buffer object
|
byte[] toTpm()
void toTpm(OutByteBuf buf)
buf - An output byte buffervoid initFromTpm(InByteBuf buf)
buf - An input byte bufferCopyright © 2017. All rights reserved.