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
object ES384
object ES512
object Ed25519
object EdDSA
object RS256
object RS384
object RS512
Show all

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait JwtAlgorithm
class Object
trait Matchable
class Any
Known subtypes
object RS256
object RS384
object RS512
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