|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTcBasicTypeDecoder
TcCompositeTypeDecoder
TcTpmRsaKeyParms
public class TcTpmRsaKeyParms
This class describes the parameters of an RSA key.
Constructor Summary | |
---|---|
TcTpmRsaKeyParms()
Constructor - see superclass for details |
|
TcTpmRsaKeyParms(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmRsaKeyParms(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmRsaKeyParms(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_RSA_KEY_PARMS as a byte blob. |
TcBlobData |
getExponent()
Returns contents of the exponent field. |
long |
getExponentSize()
Returns contents of the exponentSize field. |
long |
getKeyLength()
Returns contents of the keyLength field. |
long |
getNumPrimes()
Returns contents of the numPrimes field. |
void |
setExponent(TcBlobData exponent)
Sets the exponent field. |
void |
setKeyLength(long keyLength)
Sets the keyLength field. |
void |
setNumPrimes(long numPrimes)
Sets the numPrimes field. |
Methods inherited from class TcCompositeTypeDecoder |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTpmRsaKeyParms()
public TcTpmRsaKeyParms(TcBlobData data)
public TcTpmRsaKeyParms(TcBlobData data, int offset)
public TcTpmRsaKeyParms(TcCompositeTypeDecoder composite)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public TcBlobData getExponent()
public void setExponent(TcBlobData exponent)
public long getExponentSize()
public long getKeyLength()
public void setKeyLength(long keyLength)
public long getNumPrimes()
public void setNumPrimes(long numPrimes)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |