SecureMessaging class abstract

Implementers

Constructors

SecureMessaging(SMCipher cipher)

Properties

cipher SMCipher
final
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
protect(CommandAPDU cmd) CommandAPDU
toString() String
A string representation of this object.
inherited
unprotect(ResponseAPDU rapdu) ResponseAPDU

Operators

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

Static Methods

do85(Uint8List data) Uint8List
do87(Uint8List data, {bool dataIsPadded = true}) Uint8List
do8E(Uint8List data) Uint8List
do97(int ne) Uint8List
do99(int ne) Uint8List

Constants

tagDO8E → const int
tagDO85 → const int
tagDO87 → const int
tagDO97 → const int
tagDO99 → const int