pdi.jwt.algorithms
package pdi.jwt.algorithms
Members list
Keywords
- no keywords
- case
- final
- sealed
Type members
Classlikes
sealed trait JwtAsymmetricAlgorithm extends JwtAlgorithm
Attributes
- Supertypes
- Known subtypes
-
trait JwtECDSAAlgorithmobject ES256.typeobject ES384.typeobject ES512.typetrait JwtEdDSAAlgorithmobject Ed25519.typeobject EdDSA.typetrait JwtRSAAlgorithmobject RS256.typeobject RS384.typeobject RS512.typeShow 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