Algorithm

soidc.jwt.Algorithm
See theAlgorithm companion trait
object Algorithm

Attributes

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

Members list

Type members

Classlikes

enum Encrypt extends Algorithm

See https://datatracker.ietf.org/doc/html/rfc7518#section-4.1

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
trait Algorithm
class Object
trait Matchable
class Any
Show all
object Encrypt

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Encrypt.type
enum Sign(val id: String) extends Algorithm

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
trait Algorithm
class Object
trait Matchable
class Any
Show all
object Sign

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Sign.type

Inherited and Abstract 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

Value members

Concrete methods

def fromString(str: String): Either[String, Algorithm]