Package | Description |
---|---|
io.jsonwebtoken | |
io.jsonwebtoken.security |
Modifier and Type | Interface and Description |
---|---|
interface |
JweHeader
A JWE header.
|
interface |
JwsHeader
A JWS header.
|
interface |
ProtectedHeader
A JWT header that is integrity protected, either by JWS digital signature or JWE AEAD encryption.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsymmetricJwk<K extends Key>
JWK representation of an asymmetric (public or private) cryptographic key.
|
interface |
EcPrivateJwk
JWK representation of an
ECPrivateKey as defined by the JWA (RFC 7518) specification sections on
Parameters for Elliptic Curve Keys and
Parameters for Elliptic Curve Private Keys. |
interface |
EcPublicJwk
JWK representation of an
ECPublicKey as defined by the JWA (RFC 7518) specification sections on
Parameters for Elliptic Curve Keys and
Parameters for Elliptic Curve Public Keys. |
interface |
OctetPrivateJwk<K extends PrivateKey,L extends PublicKey>
JWK representation of an Edwards Curve
PrivateKey as defined by RFC 8037, Section 2:
Key Type "OKP". |
interface |
OctetPublicJwk<K extends PublicKey>
|
interface |
PrivateJwk<K extends PrivateKey,L extends PublicKey,M extends PublicJwk<L>>
JWK representation of a
PrivateKey . |
interface |
PublicJwk<K extends PublicKey>
JWK representation of a
PublicKey . |
interface |
RsaPrivateJwk
JWK representation of an
RSAPrivateKey as defined by the JWA (RFC 7518) specification sections on
Parameters for RSA Keys and
Parameters for RSA Private Keys. |
interface |
RsaPublicJwk
JWK representation of an
RSAPublicKey as defined by the JWA (RFC 7518) specification sections on
Parameters for RSA Keys and
Parameters for RSA Public Keys. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.