Interface ICrypter

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    DefaultCrypter

    public interface ICrypter
    extends java.io.Serializable
    An encrypter and decrypter of pages.
    • Method Detail

      • encrypt

        byte[] encrypt​(byte[] bytes)
      • decrypt

        byte[] decrypt​(byte[] bytes)