Interface DecryptionCipher

All Known Implementing Classes:
RsaCipher

public interface DecryptionCipher
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decrypt(byte[] data)
    Decrypts the specified data.
    void
    Initializes the cipher instance.
  • Method Details