Class StandardBiometricHeader

  • All Implemented Interfaces:
    java.io.Serializable

    public class StandardBiometricHeader
    extends java.lang.Object
    implements java.io.Serializable
    A Standard Biometric Header preceeds a Biometric Data Block.
    Since:
    0.4.7
    Version:
    $Revision: 1808 $
    Author:
    The JMRTD team ([email protected])
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StandardBiometricHeader​(java.util.Map<java.lang.Integer,​byte[]> elements)
      Constructs a standard biometric header.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.util.SortedMap<java.lang.Integer,​byte[]> getElements()
      Returns the elements of this standard biometric header.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StandardBiometricHeader

        public StandardBiometricHeader​(java.util.Map<java.lang.Integer,​byte[]> elements)
        Constructs a standard biometric header.
        Parameters:
        elements - the elements, consisting of a tag and value
    • Method Detail

      • getElements

        public java.util.SortedMap<java.lang.Integer,​byte[]> getElements()
        Returns the elements of this standard biometric header.
        Returns:
        the elements, each consisting of a tag and value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object