Interface EncryptionCipher

All Known Implementing Classes:
RsaCipher, RsaClientCipher

public interface EncryptionCipher
  • Method Summary

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