Class I2PProvider

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public final class I2PProvider extends Provider
Since:
0.9.15
See Also:
  • Field Details

  • Constructor Details

    • I2PProvider

      public I2PProvider()
      Construct a new provider. This should only be required when using runtime registration of the provider using the Security.addProvider() mechanism.
  • Method Details

    • addProvider

      public static void addProvider()
      Install the I2PProvider. Harmless to call multiple times.
      Since:
      0.9.25