Class NoCryptFactory

  • All Implemented Interfaces:
    ICryptFactory

    public class NoCryptFactory
    extends java.lang.Object
    implements ICryptFactory
    Crypt factory implementation for noop NoCrypt class
    Author:
    Igor Vaynberg (ivaynberg)
    • Constructor Summary

      Constructors 
      Constructor Description
      NoCryptFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ICrypt newCrypt()  
      • Methods inherited from class java.lang.Object

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

      • NoCryptFactory

        public NoCryptFactory()