pdi.jwt.algorithms
package pdi.jwt.algorithms
Members list
Type members
Classlikes
sealed trait JwtAsymmetricAlgorithm extends JwtAlgorithm
Attributes
- Supertypes
- Known subtypes
-
trait JwtECDSAAlgorithmobject ES256object ES384object ES512trait JwtEdDSAAlgorithmobject Ed25519object EdDSAtrait JwtRSAAlgorithmobject RS256object RS384object RS512Show all
sealed trait JwtECDSAAlgorithm extends JwtAsymmetricAlgorithm
Attributes
- Supertypes
- Known subtypes
sealed trait JwtEdDSAAlgorithm extends JwtAsymmetricAlgorithm
Attributes
- Supertypes
- Known subtypes
sealed trait JwtHmacAlgorithm extends JwtAlgorithm
sealed trait JwtRSAAlgorithm extends JwtAsymmetricAlgorithm
Attributes
- Supertypes
- Known subtypes
final case class JwtUnknownAlgorithm(name: String) extends JwtAlgorithm
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JwtAlgorithmclass Objecttrait Matchableclass AnyShow all
In this article