Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.ssttr.crypto
Interface SKEncryption  view SKEncryption download SKEncryption.java

All Known Implementing Classes:
TEA

public interface SKEncryption


Method Summary
 byte[] decrypt(byte[] cryptedData)
           
 byte[] encrypt(byte[] rawData)
           
 void setKey(byte[] key)
           
 

Method Detail

setKey

public void setKey(byte[] key)

encrypt

public byte[] encrypt(byte[] rawData)

decrypt

public byte[] decrypt(byte[] cryptedData)