public class IncomingIMCH2.TrillianEncryption extends Object
Constructor and Description |
---|
IncomingIMCH2.TrillianEncryption() |
Modifier and Type | Method and Description |
---|---|
int |
getCmdType()
Get the value of cmdType.
|
byte[] |
getMsg()
Get the value of msg.
|
BigInteger |
getPrime()
Get the value of prime.
|
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(BigInteger prime)
Set the value of prime.
|
void |
setPublicValue(BigInteger publicValue)
Set the value of publicValue.
|
void |
setVersion(int version)
Set the value of version.
|
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 BigInteger getPrime()
public void setPrime(BigInteger prime)
prime
- Value to assign to prime.public BigInteger getPublicValue()
public void setPublicValue(BigInteger publicValue)
publicValue
- Value to assign to publicValue.public byte[] getMsg()
public void setMsg(byte[] msg)
msg
- Value to assign to msg.