Class ARC4

java.lang.Object
org.bouncycastle.crypto.general.ARC4

public final class ARC4 extends Object
Source class for implementations of ARC4 based algorithms.
  • Field Details

    • ALGORITHM

      public static final GeneralAlgorithm ALGORITHM
      Raw ARC4 algorithm, can be used for creating general purpose ARC4 keys.
    • STREAM

      public static final ARC4.Parameters STREAM