Class SubjectSignaturePhoto


  • public final class SubjectSignaturePhoto
    extends DecoderObject
    Foto(s) de la firma o marca habitual del titular de un eMRTD (DG7 en ICAO 9303 parte 10). Solo se soporta un DG7 que contenga una úica imagen de firma.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static byte TAG  
    • Constructor Detail

      • SubjectSignaturePhoto

        public SubjectSignaturePhoto()
    • Method Detail

      • getDefaultTag

        protected byte getDefaultTag()
        Description copied from class: DecoderObject
        Obtiene la etiqueta de tipo ASN.1 del objeto.
        Specified by:
        getDefaultTag in class DecoderObject
        Returns:
        Etiqueta de tipo ASN.1 del objeto.
      • getSubjectSignaturePhotoAsJpeg2k

        public byte[] getSubjectSignaturePhotoAsJpeg2k()
                                                throws java.io.IOException
        Obtiene la foto de la firma o marca habitual del titular en formato JPEG2000.
        Returns:
        Foto de la firma del titular en formato JPEG2000.
        Throws:
        java.io.IOException - Si no se puede leer la foto de la firma del titular.