Class Rijndael


  • public class Rijndael
    extends java.lang.Object
    DOCUMENT ME
    Version:
    $LastChangedRevision$
    • Constructor Summary

      Constructors 
      Constructor Description
      Rijndael()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.crypto.Cipher buildDecipherer​(java.lang.String password, byte[] salt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Rijndael

        public Rijndael()
    • Method Detail

      • buildDecipherer

        public static javax.crypto.Cipher buildDecipherer​(java.lang.String password,
                                                          byte[] salt)
                                                   throws java.io.IOException,
                                                          java.security.NoSuchAlgorithmException,
                                                          java.security.InvalidKeyException,
                                                          java.security.InvalidAlgorithmParameterException,
                                                          javax.crypto.NoSuchPaddingException
        Throws:
        java.io.IOException
        java.security.NoSuchAlgorithmException
        java.security.InvalidKeyException
        java.security.InvalidAlgorithmParameterException
        javax.crypto.NoSuchPaddingException