|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.IncomingIMCH2.TrillianEncryption
The Trillian Encryption class.
Constructor Summary | |
IncomingIMCH2.TrillianEncryption()
|
Method Summary | |
int |
getCmdType()
Get the value of cmdType. |
byte[] |
getMsg()
Get the value of msg. |
java.math.BigInteger |
getPrime()
Get the value of prime. |
java.math.BigInteger |
getPublicValue()
Get the value of publicValue. |
int |
getVersion()
Get the value of version. |
void |
setCmdType(int cmdType)
Set the value of cmdType. |
void |
setMsg(byte[] msg)
Set the value of msg. |
void |
setPrime(java.math.BigInteger prime)
Set the value of prime. |
void |
setPublicValue(java.math.BigInteger publicValue)
Set the value of publicValue. |
void |
setVersion(int version)
Set the value of version. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IncomingIMCH2.TrillianEncryption()
Method Detail |
public int getVersion()
public void setVersion(int version)
version
- Value to assign to version.public int getCmdType()
public void setCmdType(int cmdType)
cmdType
- Value to assign to cmdType.public java.math.BigInteger getPrime()
public void setPrime(java.math.BigInteger prime)
prime
- Value to assign to prime.public java.math.BigInteger getPublicValue()
public void setPublicValue(java.math.BigInteger publicValue)
publicValue
- Value to assign to publicValue.public byte[] getMsg()
public void setMsg(byte[] msg)
msg
- Value to assign to msg.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |