JWTSigAlgo

tsec.jwt.algorithms.JWTSigAlgo
See theJWTSigAlgo companion object
abstract class JWTSigAlgo[A] extends JWA[A]

Attributes

Companion
object
Source
JWA.scala
Graph
Supertypes
class JWA[A]
class Object
trait Matchable
class Any
Known subtypes
class JWTECSig[A]
object ES256.type
object ES384.type
object ES512.type
class JWTRSASig[A]
object RS256.type
object RS384.type
object RS512.type
Show all

Members list

Value members

Abstract methods

def concatToJCA[F[_]](bytes: Array[Byte])(implicit me: MT[F]): F[Array[Byte]]

Attributes

Source
JWA.scala
def jcaToConcat[F[_]](bytes: Array[Byte])(implicit me: MT[F]): F[Array[Byte]]

Attributes

Source
JWA.scala

Inherited fields

Attributes

Inherited from:
JWA
Source
JWA.scala