Package edu.iu.crypt

Class Init

java.lang.Object
edu.iu.crypt.Init

public final class Init extends Object
Initialization stub to be explicitly loaded from the bootstrap module in control of the implementation's ModuleLayer, before attempting to use any crypto functions, while the implementation module's ClassLoader is in control of the Thread.getContextClassLoader() current thread's context.

Note: When both iu.util.crypt and iu.util.crypt.impl are in named modules loaded by the System ClassLoader, explicit initialization is not needed.