Package com.github.junrar.crypt
Class Rijndael
java.lang.Object
com.github.junrar.crypt.Rijndael
DOCUMENT ME
- Version:
- $LastChangedRevision$
-
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
-