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.type
object ES384.type
object ES512.type
object Ed25519.type
object EdDSA.type
object RS256.type
object RS384.type
object RS512.type
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
JwtAlgorithm
def name: String

Attributes

Inherited from:
JwtAlgorithm