EdDSAAlgorithm class
- Inheritance
-
- Object
- JWTAlgorithm
- EdDSAAlgorithm
Constructors
- EdDSAAlgorithm(String _name)
-
const
Properties
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
withkey
override -
toString(
) → String -
A string representation of this object.
inherited
-
verify(
JWTKey key, Uint8List body, Uint8List signature) → bool -
Verify the
signature
ofbody
withkey
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited