|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmSymmetricKeyParms
public class TcTpmSymmetricKeyParms
Constructor Summary | |
---|---|
TcTpmSymmetricKeyParms()
Constructor - see superclass for details |
|
TcTpmSymmetricKeyParms(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmSymmetricKeyParms(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmSymmetricKeyParms(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
long |
getBlockSize()
Returns contents of the blockSize field. |
TcBlobData |
getEncoded()
This method encodes the TPM_SYMMETRIC_KEY_PARMS as a byte blob. |
TcBlobData |
getIV()
Returns contents of the IV field. |
long |
getIvSize()
Returns contents of the ivSize field. |
long |
getKeyLength()
Returns contents of the keyLength field. |
void |
setBlockSize(long blockSize)
Sets the blockSize field. |
void |
setIV(TcBlobData IV)
Sets the IV 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 TcTpmSymmetricKeyParms()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmSymmetricKeyParms(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmSymmetricKeyParms(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmSymmetricKeyParms(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 long getBlockSize()
public void setBlockSize(long blockSize)
public long getIvSize()
public TcBlobData getIV()
public void setIV(TcBlobData IV)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |