EdDSAAlgorithm class

Inheritance

Constructors

EdDSAAlgorithm(String _name)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
JWTAlgorithm name
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(JWTKey key, Uint8List body) Uint8List
Create a signature of the body with key
override
toString() String
A string representation of this object.
inherited
verify(JWTKey key, Uint8List body, Uint8List signature) bool
Verify the signature of body with key
override

Operators

operator ==(Object other) bool
The equality operator.
inherited