Class ClassCryptFactory

  • All Implemented Interfaces:
    ICryptFactory

    public class ClassCryptFactory
    extends Object
    implements ICryptFactory
    Deprecated.
    use a lambda expression instead TODO remove in Wicket 10
    Crypt factory that creates the ICrypt object by instantiating a provided class. The class must implement ICrypt.
    Author:
    Igor Vaynberg (ivaynberg)
    • Constructor Detail

      • ClassCryptFactory

        public ClassCryptFactory​(Class<?> cryptClass,
                                 String encryptionKey)
        Deprecated.
        Construct.
        Parameters:
        cryptClass - class that will be instantiated to represent the ICrypt object
        encryptionKey - encryption key