public class CryptoChecker extends Object
| Constructor and Description |
|---|
CryptoChecker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main method for standalone crypto checking.
|
static void |
warnUnavailableCrypto(RouterContext ctx)
Check and warn about unavailable cryptographic algorithms.
|
public static void main(String[] args)
args - command line arguments (ignored)public static void warnUnavailableCrypto(RouterContext ctx)
ctx - router context for logging; if null, logs only to System.out
(used when called from main method during startup)