Class TransformerFactory


  • public class TransformerFactory
    extends java.lang.Object
    Creates an AES transformer object.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ICTRTransformer create​(ProviderType type)
      Create an encryption transformer implementation.
      • Methods inherited from class java.lang.Object

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

      • TransformerFactory

        public TransformerFactory()
    • Method Detail

      • create

        public static ICTRTransformer create​(ProviderType type)
        Create an encryption transformer implementation.
        Parameters:
        type - The supported provider type.
        Returns:
        The transformer.
        Throws:
        SecurityException - Thrown if there is a security exception