|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectTcBasicTypeDecoder
TcCompositeTypeDecoder
TcTpmStorePubkey
public class TcTpmStorePubkey
This structure can be used in conjunction with a corresponding TPM_KEY_PARMS to construct a public key which can be unambiguously used.
| Constructor Summary | |
|---|---|
TcTpmStorePubkey()
Constructor - see superclass for details |
|
TcTpmStorePubkey(TcBlobData blob)
Constructor - see superclass for details |
|
TcTpmStorePubkey(TcBlobData blob,
int offset)
Constructor - see superclass for details |
|
TcTpmStorePubkey(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
|
| Method Summary | |
|---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_STORE_PUBKEY 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 TcTpmStorePubkey()
public TcTpmStorePubkey(TcBlobData blob)
public TcTpmStorePubkey(TcBlobData blob,
int offset)
public TcTpmStorePubkey(TcCompositeTypeDecoder composite)
| Method Detail |
|---|
public TcBlobData getEncoded()
getEncoded in class TcCompositeTypeDecoderpublic String toString()
toString in class TcCompositeTypeDecoderpublic TcBlobData getKey()
public void setKey(TcBlobData key)
public long getKeyLength()
public void setKeyLength(long keyLength)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||