skoinfo.rfc.filter
Class RFCKey

java.lang.Object
  extended by skoinfo.rfc.filter.RFCKey

public class RFCKey
extends java.lang.Object


Constructor Summary
RFCKey()
           
 
Method Summary
 java.lang.String decrypt(java.lang.String data)
           
 java.lang.String encrypt(java.lang.String data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFCKey

public RFCKey()
Method Detail

encrypt

public java.lang.String encrypt(java.lang.String data)
                         throws java.lang.Exception
Throws:
java.lang.Exception

decrypt

public java.lang.String decrypt(java.lang.String data)
                         throws java.lang.Exception
Throws:
java.lang.Exception