Package tss.tpm
Class TPMS_SCHEME_RSAES
- java.lang.Object
-
- tss.TpmStructure
-
- tss.tpm.TPMS_EMPTY
-
- tss.tpm.TPMS_ENC_SCHEME_RSAES
-
- tss.tpm.TPMS_SCHEME_RSAES
-
- All Implemented Interfaces:
TPMU_ASYM_SCHEME
,TpmMarshaller
,TpmUnion
public class TPMS_SCHEME_RSAES extends TPMS_ENC_SCHEME_RSAES
These are the RSA encryption schemes that only need a hash algorithm as a controlling parameter.
-
-
Constructor Summary
Constructors Constructor Description TPMS_SCHEME_RSAES()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TPMS_SCHEME_RSAES
fromBytes(byte[] byteBuf)
Static marshaling helperstatic TPMS_SCHEME_RSAES
fromTpm(byte[] byteBuf)
Deprecated.UsefromBytes(byte[])
insteadstatic TPMS_SCHEME_RSAES
fromTpm(TpmBuffer buf)
Static marshaling helperString
toString()
byte[]
toTpm()
Deprecated.UseTpmStructure.toBytes()
instead-
Methods inherited from class tss.tpm.TPMS_ENC_SCHEME_RSAES
GetUnionSelector
-
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
-
toTpm
public byte[] toTpm()
Deprecated.UseTpmStructure.toBytes()
instead- Overrides:
toTpm
in classTPMS_ENC_SCHEME_RSAES
- Returns:
- Wire (marshaled) representation of this object
-
fromBytes
public static TPMS_SCHEME_RSAES 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_SCHEME_RSAES 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_SCHEME_RSAES 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_ENC_SCHEME_RSAES
-
-