| Package | Description |
|---|---|
| org.springframework.security.jwt.crypto.cipher | |
| org.springframework.security.jwt.crypto.sign |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CipherMetadata |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SignatureVerifier |
interface |
Signer |
interface |
SignerVerifier |
| Modifier and Type | Class and Description |
|---|---|
class |
EllipticCurveVerifier
Verifies signatures using an Elliptic Curve public key.
|
class |
MacSigner |
class |
RsaSigner
A signer for signing using an RSA private key.
|
class |
RsaVerifier
Verifies signatures using an RSA public key.
|
Copyright © 2019 SpringSource. All rights reserved.