Class ISO781611Encoder<B extends BiometricDataBlock>

    • Constructor Detail

      • ISO781611Encoder

        public ISO781611Encoder​(BiometricDataBlockEncoder<B> bdbEncoder)
        Constructs an ISO7816-11 encoder that uses the given BDB encoder.
        Parameters:
        bdbEncoder - the BDB encoder to use
    • Method Detail

      • encode

        public void encode​(CBEFFInfo cbeffInfo,
                           OutputStream outputStream)
                    throws IOException
        Writes a BIT group to an output stream.
        Parameters:
        cbeffInfo - a CBEFF info containing the BIT group
        outputStream - the output stream to write to
        Throws:
        IOException - if something goes wrong