Class RC4


  • public class RC4
    extends Object
    • Constructor Detail

      • RC4

        public RC4()
      • RC4

        public RC4​(byte[] key)
    • Method Detail

      • init

        public void init​(byte[] key,
                         int ki,
                         int klen)
      • update

        public void update​(byte[] src,
                           int soff,
                           int slen,
                           byte[] dst,
                           int doff)