SmartCardInterface class

Smartcard interface implementation that uses gpg-connect-agent to run smartcard commands Usually you want to implement this yourself to use something more suitable

Constructors

SmartCardInterface()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
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
sendCommand(Application application, List<int> input, {List<int>? verify}) Future<Uint8List>
sendCommands(Application application, List<List<int>> input, {List<int>? verify}) Future<Stream<SmartCardResponse>>
toString() String
A string representation of this object.
inherited

Operators

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