tsec-jwt-core
0.5.0
tsec-jwt-core
API
tsec
jws
header
JWSHeader
JWSJWT
JWSSerializer
jwt
algorithms
JWA
JWA
ES256
ES384
ES512
HS256
HS384
HS512
NoAlg
RS256
RS384
RS512
JWTECSig
JWTMacAlgo
JWTMacAlgo
JWTRSASig
JWTSigAlgo
JWTSigAlgo
header
JWTHeader
JWTtyp
util
ParseEncodedKeySpec
JWTAudience
JWTClaims
JWTClaims
InvalidFieldError
JWTListAudience
JWTSingleAudience
tsec-jwt-core
/
tsec
/
tsec.jwt
/
tsec.jwt.algorithms
/
JWTSigAlgo
JWTSigAlgo
tsec.jwt.algorithms.JWTSigAlgo
See the
JWTSigAlgo
companion object
abstract
class
JWTSigAlgo
[
A
]
extends
JWA
[
A
]
Attributes
Companion
object
Source
JWA.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
JWA
[
A
]
class
Object
trait
Matchable
class
Any
Known subtypes
class
JWTECSig
[
A
]
object
ES256
.type
object
ES384
.type
object
ES512
.type
class
JWTRSASig
[
A
]
object
RS256
.type
object
RS384
.type
object
RS512
.type
Show all
Members list
Clear all
Value members
Abstract methods
def
concatToJCA
[
F
[
_
]](
bytes
:
Array
[
Byte
])(
implicit
me
:
MT
[
F
]):
F
[
Array
[
Byte
]]
Attributes
Source
JWA.scala
def
jcaToConcat
[
F
[
_
]](
bytes
:
Array
[
Byte
])(
implicit
me
:
MT
[
F
]):
F
[
Array
[
Byte
]]
Attributes
Source
JWA.scala
Inherited fields
val
jwtRepr
:
String
Attributes
Inherited from:
JWA
Source
JWA.scala
In this article
Attributes
Members list
Value members
Abstract methods
Inherited fields