JwtAlgorithm

pdi.jwt.JwtAlgorithm
See theJwtAlgorithm companion object
sealed trait JwtAlgorithm

Attributes

Companion
object
Graph
Supertypes
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
object HMD5.type
object HS224.type
object HS256.type
object HS384.type
object HS512.type
Show all

Members list

Value members

Abstract methods

def name: String