JWAAlgorithm

fmgp.crypto.JWAAlgorithm
See theJWAAlgorithm companion object

Attributes

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

Members list

Type members

Enum entries

case case ES256 extends JWAAlgorithm

ECDSA using P-256 (secp256r1) and SHA-256

ECDSA using P-256 (secp256r1) and SHA-256

Attributes

case case ES256K extends JWAAlgorithm

ECDSA using secp256k1 and SHA-256

ECDSA using secp256k1 and SHA-256

Attributes

case case ES384 extends JWAAlgorithm

ECDSA using P-384 (secp384r1) and SHA-384

ECDSA using P-384 (secp384r1) and SHA-384

Attributes

case case ES512 extends JWAAlgorithm

ECDSA using P-512 (secp512r1) and SHA-512

ECDSA using P-512 (secp512r1) and SHA-512

Attributes

case case EdDSA extends JWAAlgorithm

EdDSA (with crv=Ed25519)

EdDSA (with crv=Ed25519)

Attributes

See also