Class InitializationSupport


  • public final class InitializationSupport
    extends Object
    Support class to assist in initializing the environment in which the command-line application runs.
    • Field Detail

      • initialized

        private static boolean initialized
        Remember whether we have already been initialized.
    • Constructor Detail

      • InitializationSupport

        private InitializationSupport()
        Constructor.
    • Method Detail

      • haveECCProvider

        private static boolean haveECCProvider()
        Do we have an ECC provider available?
        Returns:
        true if and only if we have an ECC provider available
      • addBouncyCastleProvider

        private static void addBouncyCastleProvider()
        Add an instance of the Bouncy Castle provider to the end of the provider list.