JWA

tsec.jwt.algorithms.JWA$
See theJWA companion class
object JWA

Attributes

Companion
class
Source
JWA.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JWA.type

Members list

Type members

Classlikes

case object ES256 extends JWTECSig[SHA256withECDSA]

Attributes

Source
JWA.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ES256.type
case object ES384 extends JWTECSig[SHA384withECDSA]

Attributes

Source
JWA.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ES384.type
case object ES512 extends JWTECSig[SHA512withECDSA]

Attributes

Source
JWA.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ES512.type
case object HS256 extends JWTMacAlgo[HMACSHA256]

Attributes

Source
JWA.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class JWA[HMACSHA256]
class Object
trait Matchable
class Any
Show all
Self type
HS256.type
case object HS384 extends JWTMacAlgo[HMACSHA384]

Attributes

Source
JWA.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class JWA[HMACSHA384]
class Object
trait Matchable
class Any
Show all
Self type
HS384.type
case object HS512 extends JWTMacAlgo[HMACSHA512]

Attributes

Source
JWA.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class JWA[HMACSHA512]
class Object
trait Matchable
class Any
Show all
Self type
HS512.type
case object NoAlg extends JWA[NoSigningAlgorithm]

Attributes

Source
JWA.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NoAlg.type
case object RS256 extends JWTRSASig[SHA256withRSA]

Attributes

Source
JWA.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
RS256.type
case object RS384 extends JWTRSASig[SHA384withRSA]

Attributes

Source
JWA.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
RS384.type
case object RS512 extends JWTRSASig[SHA512withRSA]

Attributes

Source
JWA.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
RS512.type