Package pt.gov.cartaodecidadao
Class PTEID_Photo
- java.lang.Object
-
- pt.gov.cartaodecidadao.PTEID_Object
-
- pt.gov.cartaodecidadao.PTEID_Photo
-
public class PTEID_Photo extends PTEID_Object
Class that represents the Citizen photograph stored in a pteid card
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
PTEID_ByteArray
getphoto()
Retrieve the byte contents of the photo converted to PNG format for maximum compatibilityPTEID_ByteArray
getphotoCbeff()
PTEID_ByteArray
getphotoFacialinfo()
PTEID_ByteArray
getphotoFacialrechdr()
PTEID_ByteArray
getphotoImageinfo()
PTEID_ByteArray
getphotoRAW()
Retrieve the byte contents of the photo as stored in the card in JPEG-2000 format
-
-
-
Method Detail
-
delete
public void delete()
- Overrides:
delete
in classPTEID_Object
-
getphotoRAW
public PTEID_ByteArray getphotoRAW()
Retrieve the byte contents of the photo as stored in the card in JPEG-2000 format
-
getphoto
public PTEID_ByteArray getphoto()
Retrieve the byte contents of the photo converted to PNG format for maximum compatibility
-
getphotoCbeff
public PTEID_ByteArray getphotoCbeff()
-
getphotoFacialrechdr
public PTEID_ByteArray getphotoFacialrechdr()
-
getphotoFacialinfo
public PTEID_ByteArray getphotoFacialinfo()
-
getphotoImageinfo
public PTEID_ByteArray getphotoImageinfo()
-
-