EcdsaPublicKey class abstract

Annotations
  • @sealed

Properties

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

Methods

exportJsonWebKey() Future<Map<String, dynamic>>
exportRawKey() Future<Uint8List>
TODO: Document this being X9.62 format
exportSpkiKey() Future<Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verifyBytes(List<int> signature, List<int> data, Hash hash) Future<bool>
verifyStream(List<int> signature, Stream<List<int>> data, Hash hash) Future<bool>

Operators

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

Static Methods

importJsonWebKey(Map<String, dynamic> jwk, EllipticCurve curve) Future<EcdsaPublicKey>
importRawKey(List<int> keyData, EllipticCurve curve) Future<EcdsaPublicKey>
TODO: Document this being X9.62 format
importSpkiKey(List<int> keyData, EllipticCurve curve) Future<EcdsaPublicKey>