Class Blowfish


  • public class Blowfish
    extends Object
    Blowfish helper class
    Author:
    antons
    • Constructor Detail

      • Blowfish

        public Blowfish()
    • Method Detail

      • decode

        public static byte[] decode​(byte[] key,
                                    byte[] data)
      • encode

        public static byte[] encode​(byte[] key,
                                    byte[] data)