Jwk class
A class presents a JSON Web Key (JWK).
This class provides methods to create a JWK from JSON, convert it to a JSON string, and convert it to a byte array.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the JWK to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
-
toUint8Array(
) → Uint8List - Converts the JWK to a byte array.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited