|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmKey12 TcTpmKey12New
public class TcTpmKey12New
This class extends TcTpmKey. The only differnece is that both, encData and encDataSize are set to 0 (UINT32). This is a requirement for a new key (i.e. a key to be created inside the TPM).
Constructor Summary | |
---|---|
TcTpmKey12New()
Constructor - see superclass for details |
|
TcTpmKey12New(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmKey12New(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmKey12New(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_KEY12 as a byte blob. |
Methods inherited from class TcTpmKey12 |
---|
getAlgorithmParms, getAuthDataUsage, getEncData, getEncSize, getFill, getKeyFlags, getKeyUsage, getPcrInfo, getPcrInfoSize, getPubKey, getTag, setAlgorithmParms, setAuthDataUsage, setEncData, setFill, setKeyFlags, setKeyUsage, setPcrInfo, setPubKey, setTag, toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface TcITpmKey |
---|
getAlgorithmParms, getAuthDataUsage, getEncData, getEncSize, getKeyFlags, getKeyUsage, getPcrInfo, getPcrInfoSize, getPubKey, setAlgorithmParms, setAuthDataUsage, setEncData, setKeyFlags, setKeyUsage, setPcrInfo, setPubKey, toString |
Constructor Detail |
---|
public TcTpmKey12New()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmKey12New(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmKey12New(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmKey12New(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in interface TcITpmKey
getEncoded
in class TcTpmKey12
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |