JwtHmacAlgorithm

pdi.jwt.algorithms.JwtHmacAlgorithm
sealed trait JwtHmacAlgorithm extends JwtAlgorithm

Attributes

Graph
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

Members list

Value members

Inherited methods

def fullName: String

Attributes

Inherited from:
JwtAlgorithm
def name: String

Attributes

Inherited from:
JwtAlgorithm