Class SimpleCBEFFInfo<B extends BiometricDataBlock>

  • Type Parameters:
    B - the embedded BDB
    All Implemented Interfaces:
    CBEFFInfo

    public class SimpleCBEFFInfo<B extends BiometricDataBlock>
    extends Object
    implements CBEFFInfo
    Simple CBEFF BIR. Specified in ISO 19785-1 (version 2.0) and NISTIR 6529-A (version 1.1).
    Since:
    0.4.7
    Version:
    $Revision: 1751 $
    Author:
    The JMRTD team ([email protected])
    • Constructor Detail

      • SimpleCBEFFInfo

        public SimpleCBEFFInfo​(B bdb)
        Constructs a simple CBEFF info from the given BDB.
        Parameters:
        bdb - a biometric data block
    • Method Detail

      • getBiometricDataBlock

        public B getBiometricDataBlock()
        Gets the biometric data block from this simple CBEFF info.
        Returns:
        a biometric data block