| Interface | Description |
|---|---|
| SigningHandler |
The interface for SigningHandlers for all the different signing algorithms.
|
| Class | Description |
|---|---|
| ECDSASigningHandler |
Elliptic Curve Digital Signature Algorithm (ECDSA) signing and verification.
|
| HmacSigningHandler |
An implementation of the SigningHandler which can sign and verify using algorithms from the HMAC family.
|
| NOPSigningHandler |
An implementation of the SigningHandler which does not perform any signing or verifying.
|
| RSASigningHandler |
An implementation of the SigningHandler which can sign and verify using algorithms from the RSA family.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.