Skip navigation links

Package net.i2p.crypto.provider

Java Security Provider implementation for I2P cryptographic algorithms.

See: Description

Package net.i2p.crypto.provider Description

Java Security Provider implementation for I2P cryptographic algorithms.

This package provides a Provider implementation that registers I2P's cryptographic algorithms with the Java Cryptography Architecture (JCA). The provider enables seamless integration of I2P algorithms with standard Java security APIs.

Supported Algorithms:

Usage:

This provider is primarily needed when using runtime registration with:

    Security.addProvider(new I2PProvider());

Once registered, algorithms can be accessed through standard JCA APIs such as:

When to Use:

Since 0.9.15. Other I2P algorithms may be added later.

Skip navigation links