|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectiaik.tc.tss.api.structs.common.TcBasicTypeDecoder
iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder
iaik.tc.tss.api.structs.tpm.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 iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder |
|---|
toString |
| Methods inherited from class java.lang.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 TcCompositeTypeDecoderpublic 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 | |||||||||