Interface ICipherMaker
public interface ICipherMaker
Simple cipher factory.
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- the name of cipher, which is used for queries - so it must be unique
-
create
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
-