Class DumpInfo

java.lang.Object
org.bouncycastle.util.DumpInfo

public class DumpInfo extends Object
Executable class that displays information about the module
  • Constructor Details

    • DumpInfo

      public DumpInfo()
  • Method Details

    • main

      public static void main(String[] args)
    • getInfoString

      public static String getInfoString(boolean verbose)
      Return a string representing an information dump on the module as created.
      Parameters:
      verbose - if true, include possible native support regardless of whether native is enabled, including libraries loaded if appropriate.
      Returns:
      a string representing an information dump on the module instantiation.