concast.base
Class EncryptSpecBase

java.lang.Object
  |
  +--concast.base.EncryptSpecBase

public abstract class EncryptSpecBase
extends java.lang.Object


Field Summary
 UserAPI userAPI
          This object can be used to call methods from the user API
 
Constructor Summary
EncryptSpecBase()
           
 
Method Summary
abstract  ConcastPacket Encrypt(ConcastPacket msg)
          This function encrypts a ConcastPacket.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userAPI

public UserAPI userAPI
This object can be used to call methods from the user API
Constructor Detail

EncryptSpecBase

public EncryptSpecBase()
Method Detail

Encrypt

public abstract ConcastPacket Encrypt(ConcastPacket msg)
This function encrypts a ConcastPacket.