|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmStorePrivkey
public class TcTpmStorePrivkey
Constructor Summary | |
---|---|
TcTpmStorePrivkey()
Constructor - see superclass for details |
|
TcTpmStorePrivkey(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmStorePrivkey(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmStorePrivkey(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_STORE_PRIVKEY as a byte blob. |
TcBlobData |
getKey()
Returns contents of the key field. |
long |
getKeyLength()
Returns contents of the keyLength field. |
void |
setKey(TcBlobData key)
Sets the key field. |
void |
setKeyLength(long keyLength)
Sets the keyLength field. |
String |
toString()
This method returns a String representation of the object. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTpmStorePrivkey()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmStorePrivkey(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmStorePrivkey(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmStorePrivkey(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public long getKeyLength()
public void setKeyLength(long keyLength)
public TcBlobData getKey()
public void setKey(TcBlobData key)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |