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. |
KeyStoreHolder |
KeyStoreHolder process the keystore, store it and provide an API to use keystore.
|
RSASigner |
Sign with RSA algorithms.
|
RSASSAProvider |
Provides the supported algorithms.
|
RSAVerifier |
VerifySignature signature with RSA algorithms.
|
TrustStoreHolder |
TrustStoreHolder process the trust store, store it and provide an API to use trust store.
|
Exception | Description |
---|---|
JWSException |
A checked exception for wrapping potential exceptions thrown during JWT signature processing.
|
Copyright © 2018 WSO2. All rights reserved.