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

hashCode int
The hash code for this object.
no setterinherited
name String
Signature Method Name
no setter
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
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