Sign

soidc.jwt.Algorithm.Sign
See theSign companion object
enum Sign(val id: String) extends Algorithm

Attributes

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

Members list

Type members

Enum entries

case ES256 extends Sign
case ES384 extends Sign
case ES512 extends Sign
case HS256 extends Sign
case HS384 extends Sign
case HS512 extends Sign
case RS256 extends Sign
case RS384 extends Sign
case RS512 extends Sign