Class ISO781611Decoder

  • All Implemented Interfaces:
    ISO781611

    public class ISO781611Decoder
    extends Object
    implements ISO781611
    ISO 7816-11 decoder for BIR.
    Since:
    0.4.7
    Version:
    $Revision: 1796 $
    Author:
    The JMRTD team ([email protected])
    • Constructor Detail

      • ISO781611Decoder

        public ISO781611Decoder​(BiometricDataBlockDecoder<?> bdbDecoder)
        Constructs an ISO7816-11 decoder that uses the given BDB decoder.
        Parameters:
        bdbDecoder - the BDB decoder to use
    • Method Detail

      • decode

        public ComplexCBEFFInfo decode​(InputStream inputStream)
                                throws IOException
        Reads a BIT group from an input stream.
        Parameters:
        inputStream - the input stream to read from
        Returns:
        a complex CBEFF info representing the BIT group
        Throws:
        IOException - if reading fails