|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmSymmetricKey
public class TcTpmSymmetricKey
This structure describes a symmetric key, used during the ColalteIdentityRequest process.
Constructor Summary | |
---|---|
TcTpmSymmetricKey()
Constructor - see superclass for details |
|
TcTpmSymmetricKey(TcBlobData blob)
Constructor - see superclass for details |
|
TcTpmSymmetricKey(TcBlobData blob,
int offset)
Constructor - see superclass for details |
|
TcTpmSymmetricKey(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
long |
getAlgId()
Returns contents of the algId field. |
TcBlobData |
getData()
Returns contents of the data field. |
TcBlobData |
getEncoded()
This method encodes the TPM_SYMMETRIC_KEY as a byte blob. |
int |
getEncScheme()
Returns contents of the encScheme field. |
int |
getSize()
Returns contents of the size field. |
void |
setAlgId(long algId)
Sets the algId field. |
void |
setData(TcBlobData data)
Sets the data field. |
void |
setEncScheme(int encScheme)
Sets the encScheme 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 TcTpmSymmetricKey()
public TcTpmSymmetricKey(TcBlobData blob)
public TcTpmSymmetricKey(TcBlobData blob, int offset)
public TcTpmSymmetricKey(TcCompositeTypeDecoder composite)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public long getAlgId()
public void setAlgId(long algId)
public TcBlobData getData()
public void setData(TcBlobData data)
public int getEncScheme()
public void setEncScheme(int encScheme)
public int getSize()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |