See: Description
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.
|
EdDSASigningHandler |
Signing handler for Edwards Curve DSA (EdDSA) as defined in RFC
8037.
|
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 2010-2022 ForgeRock AS.