RsaPssPublicKey class Null safety
- Annotations
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
exportJsonWebKey(
) → Future< Map< String, dynamic> > -
exportSpkiKey(
) → Future< Uint8List> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
verifyBytes(
List< int> signature, List<int> data, int saltLength) → Future<bool> -
verifyStream(
List< int> signature, Stream<List< data, int saltLength) → Future<int> >bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
importJsonWebKey(
Map< String, dynamic> jwk, Hash hash) → Future<RsaPssPublicKey> -
importSpkiKey(
List< int> keyData, Hash hash) → Future<RsaPssPublicKey>