Package sk.antons.sprops.security
Class Blowfish
- java.lang.Object
-
- sk.antons.sprops.security.Blowfish
-
public class Blowfish extends Object
Blowfish helper class- Author:
- antons
-
-
Constructor Summary
Constructors Constructor Description Blowfish()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]decode(byte[] key, byte[] data)static byte[]encode(byte[] key, byte[] data)
-