Class Init


  • public class Init
    extends java.lang.Object
    Class to load the algorithms-mappings from a configuration file. After the initialization the mapping is available through the JCEAlgorithmMapper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.net.URI initialized  
    • Constructor Summary

      Constructors 
      Constructor Description
      Init()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void init​(java.net.URI uri, java.lang.Class<?> callingClass)  
      • Methods inherited from class java.lang.Object

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

      • initialized

        private static java.net.URI initialized
    • Constructor Detail

      • Init

        public Init()