See: Description
| Class | Description |
|---|---|
| I2PProvider |
I2P security provider for Java cryptography.
|
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:
Signature for digital signaturesKeyPairGenerator for key generationKeyFactory for key conversionWhen to Use:
Since 0.9.15. Other I2P algorithms may be added later.