net.i2p.router.tasks
Class CryptoChecker

java.lang.Object
  extended by net.i2p.router.tasks.CryptoChecker

public class CryptoChecker
extends Object

Warn about unavailable crypto to router and wrapper logs

Since:
0.9.15

Constructor Summary
CryptoChecker()
           
 
Method Summary
static void main(String[] args)
           
static void warnUnavailableCrypto(RouterContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptoChecker

public CryptoChecker()
Method Detail

warnUnavailableCrypto

public static void warnUnavailableCrypto(RouterContext ctx)
Parameters:
ctx - if null, logs only to System.out (called from main)

main

public static void main(String[] args)