Interface Decrypter

All Known Implementing Classes:
AESDecrypter, NoCipherInputStream.NoDecrypter, StandardDecrypter

public interface Decrypter
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    decryptData(byte[] buff, int start, int len)
     
  • Method Details