JwtAsymmetricAlgorithm

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

Attributes

Graph
Supertypes
trait JwtAlgorithm
class Object
trait Matchable
class Any
Known subtypes
object ES256
object ES384
object ES512
object Ed25519
object EdDSA
object RS256
object RS384
object RS512
Show all

Members list

Value members

Inherited and Abstract methods

Attributes

Inherited from:
JwtAlgorithm
def name: String

Attributes

Inherited from:
JwtAlgorithm