RSASigner class

Inheritance
Implemented types

Constructors

RSASigner(RSASignDigest digest, {RSAPublicKey? publicKey, RSAPrivateKey? privateKey})

Properties

digest RSASignDigest
final
hashCode int
The hash code for this object.
no setterinherited
privateKey → RSAPrivateKey?
finalinherited
publicKey → RSAPublicKey?
finalinherited
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(Uint8List bytes) Encrypted
Sign bytes.
override
toString() String
A string representation of this object.
inherited
verify(Uint8List bytes, Encrypted signature) bool
Verify encrypted signature.
override

Operators

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