Interface ICrypter
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
DefaultCrypter
public interface ICrypter extends java.io.SerializableAn encrypter and decrypter of pages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]decrypt(byte[] bytes)byte[]encrypt(byte[] bytes)
-