org.walluck.oscar
Class IncomingIMCH2.TrillianEncryption

java.lang.Object
  extended byorg.walluck.oscar.IncomingIMCH2.TrillianEncryption
Enclosing class:
IncomingIMCH2

public class IncomingIMCH2.TrillianEncryption
extends java.lang.Object

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

IncomingIMCH2.TrillianEncryption

public IncomingIMCH2.TrillianEncryption()
Method Detail

getVersion

public int getVersion()
Get the value of version.

Returns:
value of version.

setVersion

public void setVersion(int version)
Set the value of version.

Parameters:
version - Value to assign to version.

getCmdType

public int getCmdType()
Get the value of cmdType.

Returns:
value of cmdType.

setCmdType

public void setCmdType(int cmdType)
Set the value of cmdType.

Parameters:
cmdType - Value to assign to cmdType.

getPrime

public java.math.BigInteger getPrime()
Get the value of prime.

Returns:
value of prime.

setPrime

public void setPrime(java.math.BigInteger prime)
Set the value of prime.

Parameters:
prime - Value to assign to prime.

getPublicValue

public java.math.BigInteger getPublicValue()
Get the value of publicValue.

Returns:
value of publicValue.

setPublicValue

public void setPublicValue(java.math.BigInteger publicValue)
Set the value of publicValue.

Parameters:
publicValue - Value to assign to publicValue.

getMsg

public byte[] getMsg()
Get the value of msg.

Returns:
value of msg.

setMsg

public void setMsg(byte[] msg)
Set the value of msg.

Parameters:
msg - Value to assign to msg.