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
- 
  toJWK({String? keyID, ECDSAAlgorithm? algorithm}) → Map< String, dynamic> 
- 
  Convert the key to a JWK JSON object representation
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited