tsec.jwt.algorithms.JWA$
See theJWA companion class
object JWA
Attributes
Members list
Type members
Classlikes
case object ES256 extends JWTECSig[SHA256withECDSA]
Attributes
- Source
- JWA.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass JWTECSig[SHA256withECDSA]class JWTSigAlgo[SHA256withECDSA]class JWA[SHA256withECDSA]class Objecttrait Matchableclass AnyShow all
- Self type
-
ES256.type
case object ES384 extends JWTECSig[SHA384withECDSA]
Attributes
- Source
- JWA.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass JWTECSig[SHA384withECDSA]class JWTSigAlgo[SHA384withECDSA]class JWA[SHA384withECDSA]class Objecttrait Matchableclass AnyShow all
- Self type
-
ES384.type
case object ES512 extends JWTECSig[SHA512withECDSA]
Attributes
- Source
- JWA.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass JWTECSig[SHA512withECDSA]class JWTSigAlgo[SHA512withECDSA]class JWA[SHA512withECDSA]class Objecttrait Matchableclass AnyShow all
- Self type
-
ES512.type
case object HS256 extends JWTMacAlgo[HMACSHA256]
Attributes
- Source
- JWA.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass JWTMacAlgo[HMACSHA256]class JWA[HMACSHA256]class Objecttrait Matchableclass AnyShow all
- Self type
-
HS256.type
case object HS384 extends JWTMacAlgo[HMACSHA384]
Attributes
- Source
- JWA.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass JWTMacAlgo[HMACSHA384]class JWA[HMACSHA384]class Objecttrait Matchableclass AnyShow all
- Self type
-
HS384.type
case object HS512 extends JWTMacAlgo[HMACSHA512]
Attributes
- Source
- JWA.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass JWTMacAlgo[HMACSHA512]class JWA[HMACSHA512]class Objecttrait Matchableclass AnyShow all
- Self type
-
HS512.type
case object NoAlg extends JWA[NoSigningAlgorithm]
Attributes
- Source
- JWA.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass JWA[NoSigningAlgorithm]class Objecttrait Matchableclass AnyShow all
- Self type
-
NoAlg.type
case object RS256 extends JWTRSASig[SHA256withRSA]
Attributes
- Source
- JWA.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass JWTRSASig[SHA256withRSA]class JWTSigAlgo[SHA256withRSA]class JWA[SHA256withRSA]class Objecttrait Matchableclass AnyShow all
- Self type
-
RS256.type
case object RS384 extends JWTRSASig[SHA384withRSA]
Attributes
- Source
- JWA.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass JWTRSASig[SHA384withRSA]class JWTSigAlgo[SHA384withRSA]class JWA[SHA384withRSA]class Objecttrait Matchableclass AnyShow all
- Self type
-
RS384.type
case object RS512 extends JWTRSASig[SHA512withRSA]
Attributes
- Source
- JWA.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass JWTRSASig[SHA512withRSA]class JWTSigAlgo[SHA512withRSA]class JWA[SHA512withRSA]class Objecttrait Matchableclass AnyShow all
- Self type
-
RS512.type
In this article