Interface | Description |
---|---|
JWSSigner |
JSON web signature.
|
JWSVerifier |
JSON web signature verifier.
|
Class | Description |
---|---|
JWSAlgorithm |
JSON Web Signature (JWS) algorithm name, represents the
alg header
parameter in JWS objects. |
RSASigner |
Sign with RSA algorithms.
|
RSASSAProvider |
Provides the supported algorithms.
|
RSAVerifier |
Verify signature with RSA algorithms.
|
Exception | Description |
---|---|
JWSException |
A checked exception for wrapping potential exceptions thrown during JWT signature processing.
|
Copyright © 2018 WSO2. All rights reserved.