pdi.jwt.algorithms

Members list

Type members

Classlikes

sealed trait JwtAsymmetricAlgorithm extends JwtAlgorithm

Attributes

Supertypes
trait JwtAlgorithm
class Object
trait Matchable
class Any
Known subtypes
object ES256.type
object ES384.type
object ES512.type
object Ed25519.type
object EdDSA.type
object RS256.type
object RS384.type
object RS512.type
Show all

Attributes

Supertypes
trait JwtAlgorithm
class Object
trait Matchable
class Any
Known subtypes
object ES256.type
object ES384.type
object ES512.type

Attributes

Supertypes
trait JwtAlgorithm
class Object
trait Matchable
class Any
Known subtypes
object Ed25519.type
object EdDSA.type
sealed trait JwtHmacAlgorithm extends JwtAlgorithm

Attributes

Supertypes
trait JwtAlgorithm
class Object
trait Matchable
class Any
Known subtypes
object HMD5.type
object HS224.type
object HS256.type
object HS384.type
object HS512.type

Attributes

Supertypes
trait JwtAlgorithm
class Object
trait Matchable
class Any
Known subtypes
object RS256.type
object RS384.type
object RS512.type
final case class JwtUnknownAlgorithm(name: String) extends JwtAlgorithm

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JwtAlgorithm
class Object
trait Matchable
class Any
Show all