Class AesCipherFactory

    • Constructor Detail

      • AesCipherFactory

        public AesCipherFactory()
    • Method Detail

      • createCipher

        public javax.crypto.Cipher createCipher()
                                         throws java.lang.Exception
        Description copied from interface: CipherFactory
        Creates a Cipher.
        Specified by:
        createCipher in interface CipherFactory
        Returns:
        Cipher.
        Throws:
        java.lang.Exception - If fails to create Cipher.