All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.binaryfoo.decoders.apdu.CommandAPDUDecoder.kt Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
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