Interface Encrypter

All Known Implementing Classes:
AESEncrypter, NoCipherOutputStream.NoEncrypter, StandardEncrypter

public interface Encrypter
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    encryptData(byte[] buff)
     
    int
    encryptData(byte[] buff, int start, int len)