\JCryptCipher
JCrypt cipher interface.
Synopsis
interface JCryptCipher
{
- // methods
- public string decrypt()
- public string encrypt()
- public JCryptKey generateKey()
Methods
public
- decrypt() — Method to decrypt a data string.
- encrypt() — Method to encrypt a data string.
- generateKey() — Method to generate a new encryption key[/pair] object.