FlutterEllipticCurveKeyPair class

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

ellipticCurveKeyPairPublicKey({String? alias}) Future<EccResultModel>
Get the public key from key pair return EccResultModel with Publickey if success return EccResultModel with Exception if fail
ellipticCurveKeyPairSigning({required String message, String? language, String? alias}) Future<EccResultModel>
Sign the message using ellipctic curve algorithm (ECC) argument Map of message,language language should be string of Arabic or English return EccResultModel with Signed Message if success return EccResultModel with Exception if fail