io.github.binaryfoo.decoders.apdu.CommandAPDUDecoder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emv-bertlv Show documentation
Show all versions of emv-bertlv Show documentation
Some decoders for the data used in EMV credit card transactions.
package io.github.binaryfoo.decoders.apdu
import io.github.binaryfoo.DecodedData
import io.github.binaryfoo.decoders.DecodeSession
interface CommandAPDUDecoder {
fun getCommand(): APDUCommand
fun decode(input: String, startIndexInBytes: Int, session: DecodeSession): DecodedData
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy