jwt-core
jwt-core
API
pdi.jwt
algorithms
JwtAsymmetricAlgorithm
JwtECDSAAlgorithm
JwtEdDSAAlgorithm
JwtHmacAlgorithm
JwtRSAAlgorithm
JwtUnknownAlgorithm
exceptions
JwtEmptyAlgorithmException
JwtEmptySignatureException
JwtException
JwtExpirationException
JwtLengthException
JwtNonEmptyAlgorithmException
JwtNonEmptySignatureException
JwtNonNumberException
JwtNonNumberException
JwtNonStringException
JwtNonStringException
JwtNonStringSetOrStringException
JwtNonSupportedAlgorithm
JwtNonSupportedCurve
JwtNotBeforeException
JwtSignatureFormatException
JwtValidationException
Jwt
Jwt
JwtAlgorithm
JwtAlgorithm
ES256
ES384
ES512
Ed25519
EdDSA
HMD5
HS224
HS256
HS384
HS512
RS256
RS384
RS512
JwtArrayUtils
JwtBase64
JwtClaim
JwtClaim
JwtCore
JwtHeader
JwtHeader
JwtOptions
JwtOptions
JwtTime
JwtUtils
jwt-core
/
pdi.jwt
/
JwtHeader
JwtHeader
pdi.jwt.JwtHeader
See the
JwtHeader
companion class
object
JwtHeader
Attributes
Companion
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
JwtHeader
.
type
Members list
Clear all
Value members
Concrete methods
def
apply
(
algorithm
:
Option
[
JwtAlgorithm
],
typ
:
Option
[
String
],
contentType
:
Option
[
String
],
keyId
:
Option
[
String
]):
JwtHeader
def
apply
(
algorithm
:
Option
[
JwtAlgorithm
]):
JwtHeader
def
apply
(
algorithm
:
JwtAlgorithm
):
JwtHeader
def
apply
(
algorithm
:
JwtAlgorithm
,
typ
:
String
):
JwtHeader
def
apply
(
algorithm
:
JwtAlgorithm
,
typ
:
String
,
contentType
:
String
):
JwtHeader
def
apply
(
algorithm
:
JwtAlgorithm
,
typ
:
String
,
contentType
:
String
,
keyId
:
String
):
JwtHeader
Concrete fields
val
DEFAULT_TYPE
:
String
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields