Package org.bouncycastle.util
Class DumpInfo
java.lang.Object
org.bouncycastle.util.DumpInfo
Executable class that displays information about the module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getInfoString
(boolean verbose) Return a string representing an information dump on the module as created.static void
-
Constructor Details
-
DumpInfo
public DumpInfo()
-
-
Method Details
-
main
-
getInfoString
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.
-