Class Rijndael
java.lang.Object
com.github.junrar.crypt.Rijndael
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Rijndael
public Rijndael()
-
-
Method Details
-
buildDecipherer
public static Cipher buildDecipherer(String password, byte[] salt) throws IOException, NoSuchAlgorithmException, InvalidKeyException, InvalidAlgorithmParameterException, NoSuchPaddingException
-