ECPrivateKey class
For ECDSA algorithm, in sign method
Constructors
- ECPrivateKey(String pem)
- ECPrivateKey.bytes(Uint8List bytes)
- ECPrivateKey.clone(ECPrivateKey _key)
- ECPrivateKey.raw(ECPrivateKey _key)
Properties
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