Class TripleDESCBC.Factory

    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • create

        public Cipher create()
        Specified by:
        create in interface Factory<Cipher>
        Returns:
        a new object created using this factory.
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Factory.Named<Cipher>
        Returns:
        the name of this factory.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object