Signature class

An RSA Signature's data

Constructors

Signature.fromBytes({required List<int> signature, required List<int> data, required int keySize})
Create a Signature from raw signature information
Signature.fromSerializedString(String serialized)
Deserialize a signature encoded with serialize into its component parts

Properties

data List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keySize int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature List<int>
getter/setter pair

Methods

copy() Signature
Create a duplicate of the provided signature
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() String
Serialize an RSA signature into Cryppo's signature serialization format
toString() String
A string representation of this object.
inherited

Operators

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