Overload List

  NameDescription
Protected methodAtrCardSelector()()()()
Constructs an accept all AtrCardSelectorObject.
Public methodAtrCardSelector(array<Byte>[]()[][], array<Byte>[]()[][])
Constructs a card selector object which compares the card atr to atr specified within constructor. A card is accepted if cardatr[i] XOR atr[i] AND mask[i] = 0. Or in other words to ignore some bytes within card atr set mask for this bytes to 0, otherwise set mask for this byte to 255 (FFh)

See Also