SignatureMethod class
A class abstracting Signature Method. http://tools.ietf.org/html/rfc5849#section-3.4
Constructors
- SignatureMethod(String _name, String _sign(String key, String text))
- A constructor of SignatureMethod.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sign(
String key, String text) → String - Sign data by key.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited