See: Description
| Class | Description |
|---|---|
| AuthToken | Authentication token for I2PControl API access. |
| KeyStoreProvider | Provider for managing I2PControl keystore operations. |
| SecurityManager | Manage the password storing for I2PControl. |
| Exception | Description |
|---|---|
| ExpiredAuthTokenException | Exception thrown when an authentication token has expired. |
| InvalidAuthTokenException | Exception thrown when an authentication token is invalid. |
Security components for I2P Control authentication and authorization.
This package provides the security infrastructure for the I2P Control service, including authentication token management, SSL certificate handling, and access control.
SecurityManager - Manages authentication tokens and security policiesAuthToken - Represents an authentication tokenKeyStoreProvider - Provides SSL certificate managementnet.i2p.i2pcontrol - Main I2P Control functionalitynet.i2p.i2pcontrol.servlets - HTTP servlets and handlersSince 0.9.10