Algorithm

io.really.jwt.Algorithm$
See theAlgorithm companion class
object Algorithm

Algorithm represent type of algorithms that used on JWT

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object HS256 extends Algorithm

Represent type of HMAC Algorithm that using SHA-256 hash algorithm

Represent type of HMAC Algorithm that using SHA-256 hash algorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Algorithm
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
HS256.type
case object HS384 extends Algorithm

Represent type of HMAC Algorithm that using SHA-384 hash algorithm

Represent type of HMAC Algorithm that using SHA-384 hash algorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Algorithm
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
HS384.type
case object HS512 extends Algorithm

Represent type of HMAC Algorithm that using SHA-512 hash algorithm

Represent type of HMAC Algorithm that using SHA-512 hash algorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Algorithm
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
HS512.type
case object NONE extends Algorithm

Represent type of RSASSA Algorithm that using SHA-256 hash algorithm

Represent type of RSASSA Algorithm that using SHA-256 hash algorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Algorithm
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
NONE.type
case object RS256 extends Algorithm

Represent type of RSASSA Algorithm that using SHA-256 hash algorithm

Represent type of RSASSA Algorithm that using SHA-256 hash algorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Algorithm
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
RS256.type
case object RS384 extends Algorithm

Represent type of RSASSA Algorithm that using SHA-384 hash algorithm

Represent type of RSASSA Algorithm that using SHA-384 hash algorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Algorithm
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
RS384.type
case object RS512 extends Algorithm

Represent type of RSASSA Algorithm that using SHA-512 hash algorithm

Represent type of RSASSA Algorithm that using SHA-512 hash algorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Algorithm
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
RS512.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val format: Format[Algorithm]

Represent Reads and Writes for Algorithm

Represent Reads and Writes for Algorithm

Attributes