Package tss.tpm
Class TPMS_NULL_SYM_DETAILS
- java.lang.Object
-
- tss.TpmStructure
-
- tss.tpm.TPMS_NULL_UNION
-
- tss.tpm.TPMS_NULL_SYM_DETAILS
-
- All Implemented Interfaces:
TPMU_ASYM_SCHEME
,TPMU_KDF_SCHEME
,TPMU_SCHEME_KEYEDHASH
,TPMU_SIG_SCHEME
,TPMU_SIGNATURE
,TPMU_SYM_DETAILS
,TpmMarshaller
,TpmUnion
public class TPMS_NULL_SYM_DETAILS extends TPMS_NULL_UNION
Custom data structure representing an empty element (i.e. the one with no data to marshal) for selector algorithm TPM_ALG_NULL for the union TPMU_SYM_DETAILS
-
-
Constructor Summary
Constructors Constructor Description TPMS_NULL_SYM_DETAILS()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TPMS_NULL_SYM_DETAILS
fromBytes(byte[] byteBuf)
Static marshaling helperstatic TPMS_NULL_SYM_DETAILS
fromTpm(byte[] byteBuf)
Deprecated.UsefromBytes(byte[])
insteadstatic TPMS_NULL_SYM_DETAILS
fromTpm(TpmBuffer buf)
Static marshaling helperTPM_ALG_ID
GetUnionSelector()
TpmUnion methodString
toString()
byte[]
toTpm()
Deprecated.UseTpmStructure.toBytes()
instead-
Methods inherited from class tss.TpmStructure
equals, hashCode, initFromTpm, toBytes, toStringInternal, toTpm
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface tss.TpmMarshaller
initFromTpm, toTpm
-
-
-
-
Method Detail
-
GetUnionSelector
public TPM_ALG_ID GetUnionSelector()
TpmUnion method- Specified by:
GetUnionSelector
in interfaceTPMU_ASYM_SCHEME
- Specified by:
GetUnionSelector
in interfaceTPMU_KDF_SCHEME
- Specified by:
GetUnionSelector
in interfaceTPMU_SCHEME_KEYEDHASH
- Specified by:
GetUnionSelector
in interfaceTPMU_SIG_SCHEME
- Specified by:
GetUnionSelector
in interfaceTPMU_SIGNATURE
- Specified by:
GetUnionSelector
in interfaceTPMU_SYM_DETAILS
- Overrides:
GetUnionSelector
in classTPMS_NULL_UNION
-
toTpm
public byte[] toTpm()
Deprecated.UseTpmStructure.toBytes()
instead- Overrides:
toTpm
in classTPMS_NULL_UNION
- Returns:
- Wire (marshaled) representation of this object
-
fromBytes
public static TPMS_NULL_SYM_DETAILS fromBytes(byte[] byteBuf)
Static marshaling helper- Parameters:
byteBuf
- Wire representation of the object- Returns:
- New object constructed from its wire representation
-
fromTpm
public static TPMS_NULL_SYM_DETAILS fromTpm(byte[] byteBuf)
Deprecated.UsefromBytes(byte[])
instead- Parameters:
byteBuf
- Wire representation of the object- Returns:
- New object constructed from its wire representation
-
fromTpm
public static TPMS_NULL_SYM_DETAILS fromTpm(TpmBuffer buf)
Static marshaling helper- Parameters:
buf
- Wire representation of the object- Returns:
- New object constructed from its wire representation
-
toString
public String toString()
- Overrides:
toString
in classTPMS_NULL_UNION
-
-