Interface ICipherMaker


public interface ICipherMaker
Simple cipher factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new cipher instance.
     
  • Method Details

    • getName

      String getName()
      Returns:
      the name of cipher, which is used for queries - so it must be unique
    • create

      ICipher create() throws ESJException
      Create a new cipher instance.
      Returns:
      new instance, which can also be of the type ICipherMAC, use the "instanceof" keyword to find out what you are dealing with
      Throws:
      ESJException - if any error occurred