Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.algorithms.RC4
Extends/Implements :
un.impl.cryptography.algorithms.CipherAlgorithm
Subclasses : -
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)
https://en.wikipedia.org/wiki/RC4
author Francois Berder