Maven module :un.api : api-encoding :
Class : un.impl.cryptography.algorithms.RC4
Extends/Implements : un.impl.cryptography.algorithms.CipherAlgorithm
Subclasses : -

Implementation of RC4 based on pseudo-code found on RC4's wikipedia page:
https://en.wikipedia.org/wiki/RC4
author  Francois Berder


Variables : -
Functions : RC4, cipher, invCipher, getNewCipher



public void RC4 (byte[] key)

public byte[] cipher (byte[] input)

public byte[] invCipher (byte[] input)

public CipherAlgorithm getNewCipher (byte[] key)