Index
All Classes and Interfaces|All Packages|Serialized Form
A
- Activate(String, PTEID_ByteArray, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
-
Activate the Pteid card by writing the contents of the supplied PTEID_ByteArray in the card TRACE file
- add(int, PTEID_BiometricInfoFingerImage) - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- add(int, PTEID_BiometricInfomation) - Method in class pt.gov.cartaodecidadao.VectorBio
- add(int, PTEID_BiometricInfomationDg3) - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- add(int, PTEID_DataGroupID) - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- add(int, PTEID_FaceInfoData) - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- add(int, PTEID_FeaturePoint) - Method in class pt.gov.cartaodecidadao.VectorFtPt
- add(PTEID_BiometricInfoFingerImage) - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- add(PTEID_BiometricInfomation) - Method in class pt.gov.cartaodecidadao.VectorBio
- add(PTEID_BiometricInfomationDg3) - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- add(PTEID_DataGroupID) - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- add(PTEID_FaceInfoData) - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- add(PTEID_FeaturePoint) - Method in class pt.gov.cartaodecidadao.VectorFtPt
- add(XMLUserData) - Method in class pt.gov.cartaodecidadao.PTEID_XmlUserRequestedInfo
-
add string
- addCertificate(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
-
Add a new certificate to the store.
- ADDR_PIN - Static variable in class pt.gov.cartaodecidadao.PTEID_Pin
-
PIN reference value for the address PIN.
- addToBatchSigning(String) - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
-
Add a file to a batch mode signature.
This means the signature PIN introduced when the first signature is performed
is cached in memory for the minimum time needed to sign the complete set of files
- addToBatchSigning(String, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
- addToSODCAs(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
- Append(byte[], long) - Method in class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Append data to the byte array.
- Append(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Append data to the byte array.
- assign(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Copy content of bytearray.
- AUTH_PIN - Static variable in class pt.gov.cartaodecidadao.PTEID_Pin
-
PIN reference value for the authentication PIN.
It can be used as parameter for PTEID_Pins::getPinByPinRef()
B
- BeginTransaction() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Begin a transaction with the reader
- biometricInformation() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG3
- biometricInstances() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG2
-
Return a vector of Biometric Information instances
C
- Callback - Interface in pt.gov.cartaodecidadao
-
Java callback interface This interface must be implemented at the application side by a class that should receive the callback(s).
- capacity() - Method in class pt.gov.cartaodecidadao.VectorBio
- capacity() - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- capacity() - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- capacity() - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- capacity() - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- capacity() - Method in class pt.gov.cartaodecidadao.VectorFtPt
- CC - Static variable in class pt.gov.cartaodecidadao.PTEID_SigningDeviceType
- certificateCount() - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
- changePin(String, String, PTEID_ulwrapper, String, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Ask the card to change the pin.
if csPin1 or csPin2 are empty, a popup will ask for the codes.
- CITIZEN_AUTH - Static variable in class pt.gov.cartaodecidadao.PTEID_Certificate
- CITIZEN_SIGN - Static variable in class pt.gov.cartaodecidadao.PTEID_Certificate
- clear() - Method in class pt.gov.cartaodecidadao.VectorBio
- clear() - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- clear() - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- clear() - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- clear() - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- clear() - Method in class pt.gov.cartaodecidadao.VectorFtPt
- Clear() - Method in class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Remove the data from the byte array.
- clearPersonalNotes() - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
- clearPersonalNotes(PTEID_Pin) - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
- clearPersonalNotes(PTEID_Pin, String) - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
- CMD - Static variable in class pt.gov.cartaodecidadao.PTEID_SigningDeviceType
- colourSpace() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the raw color space value
- colourSpaceDecode() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the decoded color space enum
- COMPRESSION_JPEG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- COMPRESSION_JPEG2000 - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- COMPRESSION_PNG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- COMPRESSION_UNCOMPRESSED_BIT_PACKING - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- COMPRESSION_UNCOMPRESSED_NO_BIT_PACKING - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- COMPRESSION_WSQ - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- count() - Method in class pt.gov.cartaodecidadao.PTEID_Pins
-
The number of pins on the card
- countAll() - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
-
The number of certificates (on the card or not)
- countChildren() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the number of children for this certificate.
- countFromCard() - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
-
The number of certificates on the card
- countInputFiles() - Method in class pt.gov.cartaodecidadao.PTEID_ASICContainer
- CountKeysByPrefix() - Method in class pt.gov.cartaodecidadao.PTEID_Config
-
Count keys with some prefix
- countOfViews() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
- creationDateAndtime() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomation
-
Return the creation date and time
- creationDateAndtime() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- creatorOfBiometricRefData() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomation
-
Return the creator of the biometric reference data
- creatorOfBiometricRefData() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- custodyInformation() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return custody information (optional, depending on the card content)
D
- dateOfBirth() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the date of birth (YYMMDD format)
- dateOfExpiry() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the date of expiry (YYMMDD format)
- delete() - Method in class pt.gov.cartaodecidadao.ICAO_Card
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_Address
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_ASICContainer
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_BaseDGReport
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomation
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_ByteArray
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_Card
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_CCXML_Doc
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_ChipAuthenticationReport
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_Config
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_DataGroupReport
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_DocumentReport
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_EId
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExBadTransaction
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExBadUsage
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExBatchSignatureFailed
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExCardBadType
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExCardChanged
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExCardTypeUnknown
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_Exception
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExCertNoIssuer
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExCertNoRoot
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExCmdNotAllowed
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExCmdNotSupported
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExDocTypeUnknown
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExFileTypeUnknown
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExNoCardPresent
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExNoReader
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExParamRange
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExReaderSetChanged
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExReleaseNeeded
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExSOD
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExUnknown
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfo
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_FeaturePoint
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG2
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG3
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_Object
- delete() - Method in exception class pt.gov.cartaodecidadao.PTEID_PACE_ERROR
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_Photo
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_Pin
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_Pins
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_PublicKey
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_RawDataGroup
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceFactory
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_Sod
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_SodReport
- delete() - Method in class pt.gov.cartaodecidadao.PTEID_XmlUserRequestedInfo
- delete() - Method in class pt.gov.cartaodecidadao.VectorBio
- delete() - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- delete() - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- delete() - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- delete() - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- delete() - Method in class pt.gov.cartaodecidadao.VectorFtPt
- deviceType() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the device type
- documentCode() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the document code (e.g.
- documentNumber() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the document number
- doJavaCallBack(int, long, long) - Static method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
- doSODCheck(boolean) - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
-
Enable/disable the verification of ID and address data against the SOD file
E
- EIDMW_CACHE_TAMPERED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
The cached files have been tampered with
- EIDMW_CANT_LOAD_LIB - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Dynamic library couldn't be loaded (found found at the specified location)
- EIDMW_CONF - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Error getting or writing config data
- EIDMW_ERR_ALGO_BAD - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Unknown/unsupported algorithm
- EIDMW_ERR_APPLET_VERSION_NOT_FOUND - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Unable to read applet version from the card
- EIDMW_ERR_BAC_3DES - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_BAC_CRYPTO_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_BAC_DECRYPTION_FAILED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_BAC_INVALID_MAC - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_BAC_INVALID_MRZ - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_BAC_NOT_INITIALIZED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_BAC_PROTOCOL - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_BAD_P1P2 - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Bad parameter P1 or P2
- EIDMW_ERR_BAD_PATH - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Bad file path (invalid characters, length no multiple of 4)
- EIDMW_ERR_BAD_TRANSACTION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Bad transaction commande (Unlock without Lock OR Lock without Unlock)
- EIDMW_ERR_BAD_USAGE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Bad usage of a class or function
- EIDMW_ERR_CANT_CONNECT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
A card is present but we can't connect.
E.g. - EIDMW_ERR_CARD - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Generic card error
- EIDMW_ERR_CARD_COMM - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Error communicating with the card
- EIDMW_ERR_CARD_RESET - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
The card has been reset (e.g.
- EIDMW_ERR_CARD_SHARING - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
The card can't be accessed because of other connections
- EIDMW_ERR_CARDTYPE_UNKNOWN - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
This card type is unknown
- EIDMW_ERR_CERT_NOCRL - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
This Certificate has no CDP
- EIDMW_ERR_CERT_NOISSUER - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CERT_NOOCSP - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
This Certificate has no OCSP responder
- EIDMW_ERR_CERT_NOROOT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
No root is found for the store or certificate
- EIDMW_ERR_CHECK - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
An internal check failed
- EIDMW_ERR_CHIP_AUTHENTICATION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CMD_BAD_CREDENTIALS - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CMD_CHANGE_PIN_AUTH - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CMD_CHANGE_PIN_SIGN - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CMD_CONNECTION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CMD_DOC_NUM - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CMD_INACTIVE_ACCOUNT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CMD_INVALID_CODE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CMD_INVALID_PIN - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CMD_NOT_ALLOWED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Command not allowed
- EIDMW_ERR_CMD_SERVICE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CVC_GENERIC_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CVC_PATH_NOT_FOUND - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_CVC_PERMISSION_DENIED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_DELETE_CACHE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Couldn't delete cache file(s)
- EIDMW_ERR_FILE_DEV - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Trying to move a file by renaming it
- EIDMW_ERR_FILE_IO_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
File I/O error
- EIDMW_ERR_FILE_NO_SPC - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Disk is Full
- EIDMW_ERR_FILE_NOT_FOUND - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
File not found
- EIDMW_ERR_FILE_OP_FL_PROCESS - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Too many files opened in the PROCESS
- EIDMW_ERR_FILE_OP_FL_SYSTEM - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Too many files opened in the SYSTEM
- EIDMW_ERR_FILE_OP_NOT_PERM - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Operation is not permited
- EIDMW_ERR_FILE_READ_ONLY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
File is read only
- EIDMW_ERR_FILE_TOO_LONG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
File has too long of a file name
- EIDMW_ERR_INCOMPATIBLE_READER - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Incompatible reader.
E.g. - EIDMW_ERR_INTR_PROCESS - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Process interrupted during operation
- EIDMW_ERR_LIMIT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
An internal limit has been reached
- EIDMW_ERR_LOGGER_APPLEAVING - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Call of the Logger after destruct time
- EIDMW_ERR_MEMORY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Memory error
- EIDMW_ERR_NO_CARD - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
No card present or card has been removed
- EIDMW_ERR_NO_READER - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
No reader has been found
- EIDMW_ERR_NOT_AUTHENTICATED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Not Authenticated (no PIN specified)
- EIDMW_ERR_NOT_IMPLEMENTED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
The function called is not implemented.
- EIDMW_ERR_NOT_SUPPORTED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
This command is not supported by this card
- EIDMW_ERR_NOT_TRANSACTED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Can't end a transaction that wasn't started (also returned
on Mac OS X when multiple apps are access the card simultaneously) - EIDMW_ERR_OP_CANCEL - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
User cancelled the operation
- EIDMW_ERR_PARAM_BAD - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
A function parameter has an unexpected value (general)
- EIDMW_ERR_PARAM_RANGE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
A function parameter exceeded the allowed range
- EIDMW_ERR_PDF_SIGNATURE_SANITY_CHECK - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_ERR_PIN_BAD - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Bad PIN
- EIDMW_ERR_PIN_BLOCKED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
PIN blocked
- EIDMW_ERR_PIN_CANCEL - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
User pressed Cancel in PIN dialog
- EIDMW_ERR_PIN_FORMAT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
PIN not allowed for this card (invalid characters, too short/long)
- EIDMW_ERR_PIN_OPERATION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Invalid/unsupported PIN operation
- EIDMW_ERR_PINPAD - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
The pinpad reader returned an error
- EIDMW_ERR_RELEASE_NEEDED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
No release of SDK object has been done before closing the application
- EIDMW_ERR_TIMEOUT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Pinpad timeout
- EIDMW_ERR_UNKNOWN - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
And unknown error occurred
- EIDMW_ERR_USER_MUST_ANSWER - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
User did not yet allow or disallow to read the card
- EIDMW_FILE_NOT_OPENED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
File could not be opened
- EIDMW_INVALID_PATH - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
A loop exists in symbolic links encountered during resolution of the path argument.
- EIDMW_LTV_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_MULTIPASS_ERR_INVALID_TOKEN - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_NEW_PINS_DIFFER - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
The new PINs that were entered differ
- EIDMW_OK - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_PACE_ERR_BAD_TOKEN - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_PACE_ERR_NOT_INITIALIZED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_PACE_ERR_UNKNOWN - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_PDF_INVALID_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_PDF_INVALID_PAGE_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_PDF_UNSUPPORTED_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_PERMISSION_DENIED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Search permission is denied for a component of the path prefix of path.
- EIDMW_PINPAD_ERR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
The pinpad reader received a wrong/unknown value
- EIDMW_REMOTEADDR_CERTIFICATE_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_REMOTEADDR_CONNECTION_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_REMOTEADDR_CONNECTION_TIMEOUT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_REMOTEADDR_EXPIRED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_REMOTEADDR_INVALID_STATE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_REMOTEADDR_REVOKED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_REMOTEADDR_SERVER_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_REMOTEADDR_SMARTCARD_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_REMOTEADDR_UNKNOWN_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_ACTIVE_AUTHENTICATION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_DOC_SIGNER_CRL_FETCH - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_DOC_SIGNER_NO_CRL - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_DOC_SIGNER_REVOKED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_GENERIC_VALIDATION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_HASH_NO_MATCH_ADDRESS - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_HASH_NO_MATCH_FILE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_HASH_NO_MATCH_ICAO_DG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_HASH_NO_MATCH_ID - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_HASH_NO_MATCH_MRZ - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_HASH_NO_MATCH_PICTURE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_HASH_NO_MATCH_PUBLIC_KEY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_HASH_NO_MATCH_SECURITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_INVALID_PKCS7 - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_NO_MASTERLIST - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_SIGNER_CERT_NOT_FOUND - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_UNTRUSTED_DOC_SIGNER - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_ERR_VERIFY_SOD_SIGN - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_UNEXPECTED_ALGO_OID - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_UNEXPECTED_ASN1_TAG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_SOD_UNEXPECTED_VALUE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_TIMESTAMP_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_TOO_MANY_OPENED_FILES - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
{OPEN_MAX} file descriptors are currently open in the calling process.
- EIDMW_WRONG_ASN1_FORMAT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
Could not find expected elements in parsed ASN.1 vector
- EIDMW_WRONG_PIN_FORMAT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
-
A PIN with invalid length or format was entered
- EIDMW_XADES_INVALID_ASIC_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_XADES_UNKNOWN_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EIDMW_XERCES_INIT_ERROR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- enableSmallSignatureFormat() - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
-
Use a smaller format for the visible signature which is 50% smaller in height but as wide as the regular format.
If using a smaller format and a custom seal size at the same time the final size is 50% smaller then the current
configured size. - enableTimestamp() - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
-
Apply a timestamp after signing the document.
Apply a cryptographic timestamp on the signature(s) - Internet connection is required.
By default the implementation will use the official Cartão de Cidadão TSA at ts.cartaodecidadao.pt.
Information about request limits described at https://pki.cartaodecidadao.pt - in section "Serviço de Selos
Temporais". - encodingBytes() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfo
-
Return the number of bytes used for encoding
- EndTransaction() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
End the transaction
- Equals(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Return true if the content of data is the same as this.
- expression() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the expression value
- EXPRESSION_EYES_LOOKING_AWAY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EXPRESSION_FROWNING - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EXPRESSION_NEUTRAL - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EXPRESSION_RAISED_EYEBROWS - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EXPRESSION_SMILE_CLOSED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EXPRESSION_SMILE_OPEN - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EXPRESSION_SQUINTING - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- EXPRESSION_UNSPECIFIED - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- extract(String, String) - Method in class pt.gov.cartaodecidadao.PTEID_ASICContainer
- eyeColor() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the raw eye color value
- eyeColorDecode() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the decoded eye color enum
F
- faceImgType() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the raw face image type
- faceImgTypeDecode() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the decoded face image type enum
- faceInfo() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomation
-
Return the Face Information biometric data
- faceInfoData() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfo
-
Return a vector of Face Information Data instances
- facialRecordDataLength() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the length of the facial record data
- FEATURE_BEARD_FLAG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- FEATURE_BLINK_FLAG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- FEATURE_DARK_GLASSES - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- FEATURE_DISTORTING_MEDICAL_CONDITION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- FEATURE_FEATURES_ARE_SPECIFIED_FLAG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- FEATURE_GLASSES_FLAG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- FEATURE_LEFT_EYE_PATCH_FLAG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- FEATURE_MOUSTACHE_FLAG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- FEATURE_MOUTH_OPEN_FLAG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- FEATURE_RIGHT_EYE_PATCH - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- FEATURE_TEETH_VISIBLE_FLAG - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- featureMask() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the feature mask
- featurePoint() - Method in class pt.gov.cartaodecidadao.PTEID_FeaturePoint
-
Return the feature point identifier
- featurePoints() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return a vector of feature points
- fingerPalmPosition() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
- flushCache() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Flush the cache
- formatOwner() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomation
-
Return the biometric format owner
- formatOwner() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- formatType() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomation
-
Return the biometric format type
- formatType() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- fullDateOfBirth() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the full date of birth (YYYYMMDD) (optional, depending on the card content)
- fullName() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the full name of the holder (optional, depending on the card content)
G
- gender() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the raw gender value
- genderDecode() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the decoded gender enum
- get(int) - Method in class pt.gov.cartaodecidadao.VectorBio
- get(int) - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- get(int) - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- get(int) - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- get(int) - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- get(int) - Method in class pt.gov.cartaodecidadao.VectorFtPt
- getAbbrBuildingType() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Abbreviated building type
- getAbbrStreetType() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Abbreviated street type
- getAccidentalIndications() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field AccidentalIndications
- GetActiveAuthenticationReport() - Method in class pt.gov.cartaodecidadao.PTEID_DocumentReport
-
Get the report for the Active Authentication process
- getAddr() - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
-
Get the Address document
- Get address information - Search tag in Overview
- Section
- getAppletInterfaceVersion() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the Applet Interface Version of the card
- getAppletLifeCycle() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the Applet Life Cycle of the card
- getAppletVersion() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the Applet Version of the card
- getAuthentication() - Method in class pt.gov.cartaodecidadao.PTEID_Card
- getAuthentication() - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
-
Return the authentication certificate from the card
- getAuthentication() - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- getAuthentication() - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- getAuthentication() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.
- getAvailableDatagroups() - Method in class pt.gov.cartaodecidadao.ICAO_Card
- getBuildingType() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Building Type
- GetBytes() - Method in class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Return the array of bytes in the object.
If Size() == 0, then NULL is returned. - getCA() - Method in class pt.gov.cartaodecidadao.PTEID_Card
- getCA() - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
-
Return the ca certificate from the card
- getCA() - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- getCA() - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- getCA() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.Use getCertificates() to obtain the certificates and obtain the desired certificate/build the chain
manually. - getCard() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Get the card in the reader.
Instantiation is made regarding the type of the card
(PTEID_EIDCard).
If no card is present in the reader, exception PTEID_ExNoCardPresent is thrown.
If the card type is not supported, exception PTEID_ExCardTypeUnknown is thrown. - getCardAuthECCKey() - Method in class pt.gov.cartaodecidadao.PTEID_PublicKey
-
Return the EC public key data in uncompressed format.
- getCardAuthKeyExponent() - Method in class pt.gov.cartaodecidadao.PTEID_PublicKey
-
Return the RSA public key exponent if this object contains an RSA public key
- getCardAuthKeyModulus() - Method in class pt.gov.cartaodecidadao.PTEID_PublicKey
-
Return the RSA public key module if this object contains an RSA public key
- getCardAuthKeyObj() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return object CardAuthKey
- getCardContactInterface() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Get the card interface used on the current used card
Returns the interface of the current card - getCardType() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Return the type of the card in the reader.
Throw PTEID_ExNoCardPresent exception if no card is present. - getCCXML() - Method in class pt.gov.cartaodecidadao.PTEID_CCXML_Doc
- getCert(long) - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
-
Return the certificate with the number ulIndexAll.
ATTENTION ulIndexAll and ulIndexCard are two different index.
Index will change if new certificates are added with addCert(). - getCert(PTEID_CertifType) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- getCert(PTEID_CertifType) - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
-
Return the certificate by type.
- getCert(PTEID_CertifType) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- getCert(PTEID_CertifType) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- getCert(PTEID_CertifType) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.Use getCertificates() to obtain the certificates and obtain the desired certificate/build the chain
manually. - getCertData() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the content of the certificate
- getCertFromCard(long) - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
-
Get the ulIndex certificate from the card.
Throw PTEID_ExParamRange exception if the index is out of range. - getCertificateCitizenID() - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
- getCertificateCitizenName() - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
- getCertificates() - Method in class pt.gov.cartaodecidadao.PTEID_Card
- getCertificates() - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
This method returns the certificates for the account used in the last signature performed by this client.
If no signature was made, it will open a dialog to introduce the CMD credentials for the account of the
certificates to be obtained. - getCertificates() - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- getCertificates() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.Use getCertificates() to obtain the certificates and obtain the desired certificate/build the chain
manually. - getChildren(long) - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the children certificate (certificate that has been issued by this one).
- GetChipAuthenticationReport() - Method in class pt.gov.cartaodecidadao.PTEID_DocumentReport
-
Get the report for the Chip Authentication process
- Get citizen picture file - Search tag in Overview
- Section
- getCivilianIdNumber() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field CivlianIdNumber
- getCivilParish() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Civil Parish
- getCivilParishCode() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Civil Parish Code
- getComponentCode() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the ComponenCode of the card
- GetComputedHash() - Method in class pt.gov.cartaodecidadao.PTEID_DataGroupReport
-
Return the hash value calculated from the actual data read from the data group
- getCountry() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return Country field
- getCountryCode() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field country
- getData() - Method in class pt.gov.cartaodecidadao.PTEID_Sod
-
Return the SOD data - it contains a PKCS#7 signed object as described in ICAO Doc 9303 - "Machine Readable Travel Documents"
- GetData() - Method in class pt.gov.cartaodecidadao.PTEID_RawDataGroup
-
Return the raw data of the data group
- GetDataGroupReport(PTEID_DataGroupID) - Method in class pt.gov.cartaodecidadao.PTEID_DocumentReport
-
Get the verification report for a specific Data Group
- getDateOfBirth() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return Date Of Birth field
- getDeviceType() - Method in class pt.gov.cartaodecidadao.PTEID_Card
- getDeviceType() - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- getDeviceType() - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- getDeviceType() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Get type of SigningDeviceType.
- GetDG14() - Method in class pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
-
Return Data Group 14 (Security Options)
- GetDG14ComputedHash() - Method in class pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
-
Return the hash for DG14 as computed from the actual data
- GetDG14StoredHash() - Method in class pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
-
Return the hash for DG14 as stored in the SOD
- GetDG15() - Method in class pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
-
Return Data Group 15 (Active Authentication Public Key)
- GetDG15ComputedHash() - Method in class pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
-
Return the hash for DG15 as computed from the actual data
- GetDG15StoredHash() - Method in class pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
-
Return the hash for DG15 as stored in the SOD
- getDistrict() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field District
- getDistrictCode() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field District Code
- getDocumentNumber() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field DocumentNumber
- getDocumentPAN() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return Document PAN field
- GetDocumentReport() - Method in class pt.gov.cartaodecidadao.ICAO_Card
- GetDocumentReport() - Method in class pt.gov.cartaodecidadao.PTEID_BaseDGReport
- getDocumentType() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return Document Type field
- getDocumentVersion() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return Document Version field
- getDoorNo() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Door Number
- getECCCurveIdentifier() - Method in class pt.gov.cartaodecidadao.PTEID_PublicKey
- getEIDCard() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Get the EIDcard in the reader.
Instantiation is made regarding the type of the card
(PTEID_EIDCard).
If no card is present in the reader, exception PTEID_ExNoCardPresent is thrown.
If the card type is not supported, exception PTEID_ExCardTypeUnknown is thrown. - getElectricalPersonalisation() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return field ElectricalPersonalisation from the TokenInfo file
- getElectricalPersonalisationInterface() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return field ElectricalPersonalisationInterface from the TokenInfo
file - GetError() - Method in exception class pt.gov.cartaodecidadao.PTEID_Exception
-
Return the error code
- getEvent(long, long, Object) - Method in interface pt.gov.cartaodecidadao.Callback
-
Get a callback event.
- Get events for insertion and removal of cards - Search tag in Overview
- Section
- GetFailedSignatureIndex() - Method in exception class pt.gov.cartaodecidadao.PTEID_ExBatchSignatureFailed
- getFlags() - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Get the flags of the pin
- getFloor() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Floor
- getForeignAddress() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return foreign address generic address field - may contain street
name, door number, or other address elements - getForeignCity() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return foreign address city
- getForeignCountry() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return foreign address 2-letter ISO 3166-1 country code
- getForeignLocality() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return foreign address locality
- getForeignPostalCode() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return foreign address postal code - format is country-dependent
- getForeignRegion() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return foreign address region
- getFormattedData(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the content of the certificate without padding zeros
- getGender() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return Gender field
- getGeneratedAddressCode() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Address Code
- getGivenName() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return GivenName (2 first given name)
- getGivenNameFather() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field GivenNameFather
- getGivenNameMother() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field GivenNameMother
- getGlobalOsVersion() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the Global Os Version of the card
- getGraphicalPersonalisation() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return field GraphicalPersonalisation from the Info file
- getHealthNumber() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field HealthNo
- getHeight() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field Height
- getICAOCard() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Get an instance of ICAO_Card if the smartcard chip present in reader is compatible with ICAO Doc 9303 specification
Example of compatible documents: newer PT eID cards of type PTEID_CARDTYPE_IAS5, resident permits, european identity cards
and ePassports
If no card is present in the reader, exception PTEID_ExNoCardPresent is thrown.
If the current card is not compatible with the ICAO specification, exception PTEID_ExCardTypeUnknown is thrown. - getId() - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Get the id of the pin
- getID() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the id of the certificate
- getID() - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
-
Get the id document
- Get identification information - Search tag in Overview
- Section
- getIndex() - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Get the index of the pin
- getInputFile(int) - Method in class pt.gov.cartaodecidadao.PTEID_ASICContainer
- getIssuer() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the issuer certificate.
if there is no issuer (root), PTEID_ExCertNoIssuer exception is thrown - getIssuerName() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the name of the issuer of the certificate
- getIssuingEntity() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field IssuingEntity
- getKeyExchangeVersion() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the Key Exchange Version of the card
- getKeyLength() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the length of public/private key on the certificate
- getLabel() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the label of the certificate
- getLabel() - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Get the label of the pin
- getLabelById(long) - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Get the label of the pin by Id
- getLocality() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Locality
- getLocalofRequest() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field LocalofRequest
- getLong() - Method in class pt.gov.cartaodecidadao.PTEID_Config
-
Return the numerical value (Throw exception for string parameter)
- GetMessage() - Method in exception class pt.gov.cartaodecidadao.PTEID_Exception
-
Returns the error message based on the error code
- getMRZ1() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field MRZ block 1
- getMRZ2() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field MRZ block 2
- getMRZ3() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field MRZ block 3
- getMultiPassToken() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Read the Multipass token information from the card present in the reader
This token is a free access unique value, not related to personal citizen data.
Its purpose is to be used in some physical access control scenarios.
This is the only useful information available on IAS v5 cards without access control on contactless interface.
The implementation uses Passive and Chip Authentication mechanisms defined in ICAO Doc 9303 Part 11 to counter the risk of receiving untrusted or cloned information.
- getMunicipality() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Municipality
- getMunicipalityCode() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Municipality Code
- getName() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Return the name of the reader.
- getNationality() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return Nationality field
- getOccupiedSectors(int) - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
-
Deprecated.- method related to visible signature using sectors
- GetOID() - Method in class pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
-
Return the Object Identifier (OID) of the Active Authentication algorithm
- GetOID() - Method in class pt.gov.cartaodecidadao.PTEID_ChipAuthenticationReport
-
Return the Object Identifier (OID) of the Chip Authentication algorithm
- getOsNumber() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the OS Number of the card
- getOsVersion() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the OS Version of the card
- getOtherPageCount(String) - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
- getOwnerName() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the name of the owner of the certificate
- getPageCount() - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
- getParents() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field Parents
- getphoto() - Method in class pt.gov.cartaodecidadao.PTEID_Photo
-
Retrieve the byte contents of the photo converted to PNG format for maximum compatibility
- getphotoCbeff() - Method in class pt.gov.cartaodecidadao.PTEID_Photo
- getphotoFacialinfo() - Method in class pt.gov.cartaodecidadao.PTEID_Photo
- getphotoFacialrechdr() - Method in class pt.gov.cartaodecidadao.PTEID_Photo
- getphotoImageinfo() - Method in class pt.gov.cartaodecidadao.PTEID_Photo
- getPhotoObj() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return object Photo
- getphotoRAW() - Method in class pt.gov.cartaodecidadao.PTEID_Photo
-
Retrieve the byte contents of the photo as stored in the card in JPEG-2000 format
- getPinByNumber(long) - Method in class pt.gov.cartaodecidadao.PTEID_Pins
-
Get the pin by its Index.
Throw PTEID_ExParamRange exception if the index is out of range. - getPinByPinRef(long) - Method in class pt.gov.cartaodecidadao.PTEID_Pins
-
Get the pin by its pin reference.
Throw PTEID_ExParamRange exception if the index is out of range. - getPinRef() - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Get the pinref value of the pin
- getPins() - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
- getPKCS1Support() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the PKCS#1 Support of the card
- getPlace() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Place
- getPostalLocality() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Postal Locality
- GetPublicKey() - Method in class pt.gov.cartaodecidadao.PTEID_ChipAuthenticationReport
-
Return the public key used for the Chip Authentication process
- getReader() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Return the first readercontext with a card.
If no card is present, return the firs reader.
If no reader exist, throw an exception PTEID_ExNoReader. - getReaderByCardSerialNumber(String) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Return the reader containing the card with this SN.
If no card with this SN is found, throw an exception PTEID_ExParamRange. - getReaderByName(String) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Get the reader by its name.
- getReaderByNum(long) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Get the reader by its Index.
Throw PTEID_ExParamRange exception if the index is out of range. - getReaderName(long) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Get the name of the reader by its Index.
Throw PTEID_ExParamRange exception if the index is out of range. - GetReport() - Method in class pt.gov.cartaodecidadao.PTEID_BaseDGReport
- GetReport() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
- GetReport() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
- GetReport() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG2
- GetReport() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG3
- GetReport() - Method in class pt.gov.cartaodecidadao.PTEID_RawDataGroup
-
Get the verification report for this data group
- getRoot() - Method in class pt.gov.cartaodecidadao.PTEID_Card
- getRoot() - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
-
Return the root certificate from the card
- getRoot() - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- getRoot() - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- getRoot() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.Use getCertificates() to obtain the certificates and obtain the desired certificate/build the chain
manually. - getRootCAPubKey() - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
-
Get the CVC CA public key that this card uses to verify the CVC key
- getSerialNumber() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the Serial Number of the card
- getSerialNumber() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the serial number of the certificate
- getSide() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Side
- getSignature() - Method in class pt.gov.cartaodecidadao.PTEID_Card
- getSignature() - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
-
Return the signature certificate from the card
- getSignature() - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- getSignature() - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- getSignature() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.Use getCertificates() to obtain the certificates and obtain the desired certificate/build the chain
manually. - GetSigner() - Method in class pt.gov.cartaodecidadao.PTEID_SodReport
-
Return the signer's certificate stored in the SOD file
- getSigningDevice() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceFactory
-
Obtain a signing device.
At least one of the parameters must be true. - getSigningDevice(boolean) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceFactory
-
Obtain a signing device.
At least one of the parameters must be true. - getSigningDevice(boolean, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceFactory
-
Obtain a signing device.
At least one of the parameters must be true. - getSocialSecurityNumber() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field SocialSecurityNumber
- getSod() - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
-
Get the SOD document
- GetSodReport() - Method in class pt.gov.cartaodecidadao.PTEID_DocumentReport
-
Get the report for the Security Object (SOD) validation
- getSoftmaskNumber() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the Softmask Number of the card
- getSoftmaskVersion() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the Softmask Version of the card
- getStatus() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return OCSP/CRL validation status
- getStatus(boolean, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
OCSP/CRL validation status
- GetStatus() - Method in class pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
-
Return the status code of the Active Authentication process
- GetStatus() - Method in class pt.gov.cartaodecidadao.PTEID_ChipAuthenticationReport
-
Return the status code of the Chip Authentication process
- GetStatus() - Method in class pt.gov.cartaodecidadao.PTEID_DataGroupReport
-
Return the validation status (error code) of the data group verification result
- GetStatus() - Method in class pt.gov.cartaodecidadao.PTEID_SodReport
-
Return the status code of the SOD validation process
- GetStatusMessage() - Method in class pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
-
Return a descriptive message of the Active Authentication status
- GetStatusMessage() - Method in class pt.gov.cartaodecidadao.PTEID_ChipAuthenticationReport
-
Return a descriptive message of the Chip Authentication status
- GetStatusMessage() - Method in class pt.gov.cartaodecidadao.PTEID_DataGroupReport
-
Return a human-readable description of the validation status
- GetStatusMessage() - Method in class pt.gov.cartaodecidadao.PTEID_SodReport
-
Return a descriptive message of the SOD validation status
- GetStoredHash() - Method in class pt.gov.cartaodecidadao.PTEID_DataGroupReport
-
Return the hash value for the data group as stored in the SOD file
- getStreetName() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field StreetName
- getStreetType() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field StreetType
- getString() - Method in class pt.gov.cartaodecidadao.PTEID_Config
-
Return the string value (Throw exception for numerical parameter)
- GetStringAt(long, long) - Method in class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Get a string from buffer at ulOffset position and with ulLen size.
- getSubjectSerialNumber() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the serial number of the subject of the certificate
- getSurname() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return Surname field
- getSurnameFather() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field SurnameFather
- getSurnameMother() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field SurnameMother
- getTaxNo() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field TaxNo
- getTokenLabel() - Method in class pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
Return the Token Label (EFCIA 5032)
- getTriesLeft() - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Return the remaining tries for entering the correct pin.
- getType() - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Return the type of the card
- getType() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the type of the certificate
- getType() - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Get the type of the pin
- getUsageCode() - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Get the usage code of the pin
- getValidation() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return field Validation
- getValidityBegin() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the validity begin date of the certificate
- getValidityBeginDate() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return Validity Begin Date field
- getValidityEnd() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the validity end date of the certificate
- getValidityEndDate() - Method in class pt.gov.cartaodecidadao.PTEID_EId
-
Return Validity End Date field
- getVersionInfo() - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
-
Get the info document
- getXmlCCDoc(PTEID_XmlUserRequestedInfo) - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
- getZip3() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Zip3
- getZip4() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Return field Zip4
H
- hairColour() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the raw hair color value
- hairColourDecode() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the decoded hair color enum
- horizontalLineLength() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
- How to read or write personal notes - Search tag in Overview
- Section
- How to sign any type of file (XAdES signature format) - Search tag in Overview
- Section
- How to sign PDF documents (PAdES) - Search tag in Overview
- Section
I
- ICAO_Card - Class in pt.gov.cartaodecidadao
-
Class representing an ICAO-compliant card (MRTD - Machine Readable Travel Document).
Provides access to standardized Data Groups (DGs) such as identity information,
biometric data, and additional holder information, as well as authentication
mechanisms like BAC (Basic Access Control) and PACE (Password Authenticated Connection Establishment).
Reading Data groups requires prior authentication with either PACE or BAC. - ICAO_CARDTYPE_MRTD - Static variable in class pt.gov.cartaodecidadao.PTEID_CardType
- icaoHeaderVersion() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomation
-
Return the CBEFF header version
- icaoHeaderVersion() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- imageAcquisitionLevel() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- imageCompressionAlgorithm() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- imageData() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
- imgDataType() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the raw image data type
- imgDataTypeDecode() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the decoded image data type enum
- imgHeight() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the image height
- imgWidth() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the image width
- impressionType() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
- initBACAuthentication(String) - Method in class pt.gov.cartaodecidadao.ICAO_Card
- initPaceAuthentication(String, long, PTEID_CardPaceSecretType) - Method in class pt.gov.cartaodecidadao.ICAO_Card
-
Init the Pace authentication process
- initPaceAuthentication(String, long, PTEID_CardPaceSecretType) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Init the Pace authentication process
- initSDK() - Static method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Init the SDK (Optional).
- initSDK(boolean) - Static method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Init the SDK (Optional).
- instance() - Static method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Return the singleton object (create it at first use)
- instance() - Static method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceFactory
-
Return the singleton object
- isActive() - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
- isCardChanged(PTEID_ulwrapper) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Return true if a card has changed since the last called (with the same ulOldId parameter).
- isCardPresent() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Return true if a card is present and false otherwise.
- isECCPublicKey() - Method in class pt.gov.cartaodecidadao.PTEID_PublicKey
-
Return true if this object contains an Elliptic Curve public key instead of RSA
- isEmpty() - Method in class pt.gov.cartaodecidadao.VectorBio
- isEmpty() - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- isEmpty() - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- isEmpty() - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- isEmpty() - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- isEmpty() - Method in class pt.gov.cartaodecidadao.VectorFtPt
- isFromCard() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
This certificate comes from the card.
- isFromPteidValidChain() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return true if the certificate chain end by the one of pteid root.
- isLandscapeFormat() - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
- isNationalAddress() - Method in class pt.gov.cartaodecidadao.PTEID_Address
-
Is this address a portuguese address?
- isPassport() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return true if the document is a passport (code starts with 'P')
- isPinpad() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
- isReadersChanged() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Return true if readers has been added or removed
- isRoot() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return true if this is a root certificate.
- issuingState() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the issuing state (3-letter ISO code)
- isTest() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return the test status.
- isVerified() - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Check the current verification status of the PIN
J
- Java SDK Examples. - Search tag in Overview
- Section
L
- length() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
- listOfTags() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the list of tags present in the DG11
- loadMasterList(String) - Method in class pt.gov.cartaodecidadao.ICAO_Card
-
Load a certificate MasterList containing CSCA certificates.
M
- m_long - Variable in class pt.gov.cartaodecidadao.PTEID_ulwrapper
- majorCode() - Method in class pt.gov.cartaodecidadao.PTEID_FeaturePoint
-
Return the major code
- minorCode() - Method in class pt.gov.cartaodecidadao.PTEID_FeaturePoint
-
Return the minor code
N
- nationality() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the nationality (3-letter ISO code)
- NIST_P256 - Static variable in class pt.gov.cartaodecidadao.PTEID_ECC_CurveIdentifier
- NIST_P384 - Static variable in class pt.gov.cartaodecidadao.PTEID_ECC_CurveIdentifier
- NIST_P521 - Static variable in class pt.gov.cartaodecidadao.PTEID_ECC_CurveIdentifier
- NOT_ECC_CURVE - Static variable in class pt.gov.cartaodecidadao.PTEID_ECC_CurveIdentifier
- numberOfbiometrics() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG3
- numberOfBiometrics() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG2
-
Return the number of biometric instances in this Data Group
- numberOfFacialImages() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfo
-
Return the number of facial images in this record
- numberOfFeaturePoints() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the number of feature points
- numberOfOtherNames() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the number of other names
- numFingersOrPalmImages() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
O
- optionalDataLine1() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the first line of optional data (present in some MRTD types)
- optionalDataLine2() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the second line of optional data (present in some MRTD types)
- otherNames() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return other names (optional, depending on the card content)
- otherValidTDNumbers() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return other valid travel document numbers (optional, depending on the card content)
P
- PADDING_TYPE_RSA_PKCS - Static variable in class pt.gov.cartaodecidadao.PTEID_RSAPaddingType
- PADDING_TYPE_RSA_PSS - Static variable in class pt.gov.cartaodecidadao.PTEID_RSAPaddingType
- permanentAddress() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the permanent address (optional, depending on the card content)
- personalNumber() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the personal number of the holder (optional, depending on the card content)
- personalSummary() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the personal summary (optional, depending on the card content)
- photoRawData() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the raw photo data (original format)
- photoRawDataPNG() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the photo data converted to PNG
- pinCount() - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
- pixelDepth() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- placeOfBirth() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the place of birth (optional, depending on the card content)
- poseAngle() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the pose angle
- poseAngleUncertainty() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the pose angle uncertainty
- primaryIdentifier() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the primary identifier (surname)
- profession() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the profession (optional, depending on the card content)
- proofOfCitizenship() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the proof of citizenship (optional, depending on the card content)
- pt.gov.cartaodecidadao - package pt.gov.cartaodecidadao
- PTEID_ActiveAuthenticationReport - Class in pt.gov.cartaodecidadao
- PTEID_Address - Class in pt.gov.cartaodecidadao
-
Class for the Address information associated to an EID Card.
You can get such an object from PTEID_EIDCard::getAddr(). - PTEID_ASICContainer - Class in pt.gov.cartaodecidadao
-
Helper class to deal with ASIC signature containers used by pteid-mw to deliver XAdES signatures
"attached to their input files" - PTEID_ASICContainer(String) - Constructor for class pt.gov.cartaodecidadao.PTEID_ASICContainer
- PTEID_BaseDGReport - Class in pt.gov.cartaodecidadao
- PTEID_BASIC - Static variable in class pt.gov.cartaodecidadao.PTEID_FaceImageType
- PTEID_BiometricInfoFingerImage - Class in pt.gov.cartaodecidadao
- PTEID_BiometricInfomation - Class in pt.gov.cartaodecidadao
- PTEID_BiometricInfomationDg3 - Class in pt.gov.cartaodecidadao
- PTEID_ByteArray - Class in pt.gov.cartaodecidadao
-
Class used to receive and supply an array of bytes from/to different methods in the SDK.
Memory management note - instances of this class will not own the char arrays that are supplied to
it in the constructor or Append() methods as this class will perform copies of the input arrays - PTEID_ByteArray() - Constructor for class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Default constructor
- PTEID_ByteArray(byte[], long) - Constructor for class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Constructor - initialize a byte array with an array of unsigned char.
- PTEID_ByteArray(PTEID_ByteArray) - Constructor for class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Copy constructor
- PTEID_Card - Class in pt.gov.cartaodecidadao
-
Abstract base class for all the card types supported.
PTEID_ReaderContext::getCard() method
will return such an object. - PTEID_CARD_CONTACT - Static variable in class pt.gov.cartaodecidadao.PTEID_CardContactInterface
- PTEID_CARD_CONTACTEMPTY - Static variable in class pt.gov.cartaodecidadao.PTEID_CardContactInterface
- PTEID_CARD_CONTACTLESS - Static variable in class pt.gov.cartaodecidadao.PTEID_CardContactInterface
- PTEID_CARD_SECRET_CAN - Static variable in class pt.gov.cartaodecidadao.PTEID_CardPaceSecretType
- PTEID_CARD_SECRET_MRZ - Static variable in class pt.gov.cartaodecidadao.PTEID_CardPaceSecretType
- PTEID_CardContactInterface - Class in pt.gov.cartaodecidadao
- PTEID_CardPaceSecretType - Class in pt.gov.cartaodecidadao
- PTEID_CardType - Class in pt.gov.cartaodecidadao
- PTEID_CARDTYPE_IAS07 - Static variable in class pt.gov.cartaodecidadao.PTEID_CardType
- PTEID_CARDTYPE_IAS101 - Static variable in class pt.gov.cartaodecidadao.PTEID_CardType
- PTEID_CARDTYPE_IAS5 - Static variable in class pt.gov.cartaodecidadao.PTEID_CardType
- PTEID_CARDTYPE_UNKNOWN - Static variable in class pt.gov.cartaodecidadao.PTEID_CardType
-
Unknown card
- PTEID_CardVersionInfo - Class in pt.gov.cartaodecidadao
-
Class for the info document.
You can get such an object from PTEID_EIDCard::getVersionInfo(). - PTEID_CCXML_Doc - Class in pt.gov.cartaodecidadao
- PTEID_CERTIF_STATUS_CONNECT - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifStatus
-
Connection problem
- PTEID_CERTIF_STATUS_ERROR - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifStatus
-
Error during validation
- PTEID_CERTIF_STATUS_EXPIRED - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifStatus
-
Expired certificate
- PTEID_CERTIF_STATUS_ISSUER - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifStatus
-
An issuer is missing in the chain
- PTEID_CERTIF_STATUS_REVOKED - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifStatus
-
Revoked certificate
- PTEID_CERTIF_STATUS_SUSPENDED - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifStatus
-
Suspended certificate
- PTEID_CERTIF_STATUS_UNKNOWN - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifStatus
-
Validity unknown
- PTEID_CERTIF_STATUS_VALID - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifStatus
-
Valid certificate
- PTEID_CERTIF_TYPE_AUTHENTICATION - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifType
-
Authentication certificate
- PTEID_CERTIF_TYPE_ROOT - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifType
-
Root certificate
- PTEID_CERTIF_TYPE_ROOT_AUTH - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifType
-
CA certificate
- PTEID_CERTIF_TYPE_ROOT_SIGN - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifType
- PTEID_CERTIF_TYPE_SIGNATURE - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifType
-
Signature certificate
- PTEID_CERTIF_TYPE_UNKNOWN - Static variable in class pt.gov.cartaodecidadao.PTEID_CertifType
-
UNKNOWN certificate
- PTEID_Certificate - Class in pt.gov.cartaodecidadao
-
Class that represents one certificate.
- PTEID_Certificates - Class in pt.gov.cartaodecidadao
-
Container class for all certificates on the card.
- PTEID_CertifStatus - Class in pt.gov.cartaodecidadao
- PTEID_CertifType - Class in pt.gov.cartaodecidadao
- PTEID_ChipAuthenticationReport - Class in pt.gov.cartaodecidadao
- PTEID_CMDSignatureClient - Class in pt.gov.cartaodecidadao
-
This class is a client for signing with Chave Móvel Digital.
- PTEID_CMDSignatureClient() - Constructor for class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
Default constructor
- PTEID_Config - Class in pt.gov.cartaodecidadao
-
Class to access and modify the config parameters of pteid-mw.
These parameters are persisted in the Windows Registry under the HKEY_CURRENT_USER\Software\PTEID key
or in the pteid.conf file of the current user (on Linux and MacOS systems) - PTEID_Config(PTEID_Param) - Constructor for class pt.gov.cartaodecidadao.PTEID_Config
-
Create object to access parameter Param.
- PTEID_DATA_GROUP_ID_DG1 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG10 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG11 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG12 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG13 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG14 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG15 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG16 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG2 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG3 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG4 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG5 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG6 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG7 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG8 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DATA_GROUP_ID_DG9 - Static variable in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- PTEID_DataGroupID - Class in pt.gov.cartaodecidadao
- PTEID_DataGroupReport - Class in pt.gov.cartaodecidadao
- PTEID_DocumentReport - Class in pt.gov.cartaodecidadao
- PTEID_ECC_CurveIdentifier - Class in pt.gov.cartaodecidadao
- PTEID_EId - Class in pt.gov.cartaodecidadao
-
Class for the ID document on a EID Card.
You can get such an object from PTEID_EIDCard::getID(). - PTEID_EIDCard - Class in pt.gov.cartaodecidadao
-
This class represents a Portugal EID card.
To get such an object you have to ask it from the ReaderContext. - PTEID_ExBadTransaction - Exception Class in pt.gov.cartaodecidadao
-
Exception class Bad Transaction (error code = EIDMW_ERR_BAD_TRANSACTION)
Throw when a class/function is not used correctly
Used in : - PTEID_ReaderContext::Lock()
- PTEID_ReaderContext::Unlock() - PTEID_ExBadTransaction() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExBadTransaction
-
Constructor
- PTEID_ExBadUsage - Exception Class in pt.gov.cartaodecidadao
-
Exception class Bad Usage (error code = EIDMW_ERR_BAD_USAGE)
Throw when a class/function is not used correctly
Used in : - PTEID_Crl class - PTEID_ExBadUsage() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExBadUsage
-
Constructor
- PTEID_ExBatchSignatureFailed - Exception Class in pt.gov.cartaodecidadao
-
Exception class PTEID_ExBatchSignatureFailed error codes:
All error codes related with pdf signatures (except timestamp/LTV errors), e.g.:
EIDMW_PDF_INVALID_ERROR
EIDMW_PDF_UNSUPPORTED_ERROR
EIDMW_PDF_INVALID_PAGE_ERROR
Throw when batch signature fails.
Used in : - int PTEID_EIDCard::SignPDF(PTEID_PDFSignature &sig_handler, int page, double coord_x, double coord_y, const char *location, const char *reason, const char *outfile_path)
Use GetFailedSignatureIndex() to know which of the signatures(from the batch) failed. - PTEID_ExBatchSignatureFailed(int, long) - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExBatchSignatureFailed
-
Constructor
- PTEID_ExCardBadType - Exception Class in pt.gov.cartaodecidadao
- PTEID_ExCardBadType() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExCardBadType
-
Constructor
- PTEID_ExCardChanged - Exception Class in pt.gov.cartaodecidadao
- PTEID_ExCardChanged() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExCardChanged
-
Constructor
- PTEID_ExCardTypeUnknown - Exception Class in pt.gov.cartaodecidadao
-
Exception class Card Type Unknown (error code = EIDMW_ERR_CARDTYPE_UNKNOWN)
Throw when the card type is not supported
Used in : - PTEID_ReaderContext::getCard() - PTEID_ExCardTypeUnknown() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExCardTypeUnknown
-
Constructor
- PTEID_Exception - Exception Class in pt.gov.cartaodecidadao
-
Base class for the PTEID SDK Exceptions
- PTEID_Exception(int) - Constructor for exception class pt.gov.cartaodecidadao.PTEID_Exception
-
Constructor - Need error code that comes from eidErrors.h
- PTEID_ExCertNoIssuer - Exception Class in pt.gov.cartaodecidadao
- PTEID_ExCertNoIssuer() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExCertNoIssuer
-
Constructor
- PTEID_ExCertNoRoot - Exception Class in pt.gov.cartaodecidadao
-
Exception class Certificate No OCSP responder (error code = EIDMW_ERR_CERT_NOROOT)
Throw when ask for the Root
Used in : - PTEID_Certificate::getRoot() - PTEID_ExCertNoRoot() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExCertNoRoot
-
Constructor
- PTEID_ExCmdNotAllowed - Exception Class in pt.gov.cartaodecidadao
-
Exception class Command Not Allowed (error code = EIDMW_ERR_CMD_NOT_ALLOWED)
Throw when the command asked is not allowed
Used in : - PTEID_SmartCard::writeFile(const char *fileID,const PTEID_ByteArray &out,PTEID_Pin *pin,const char *csPinCode) - PTEID_ExCmdNotAllowed() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExCmdNotAllowed
-
Constructor
- PTEID_ExCmdNotSupported - Exception Class in pt.gov.cartaodecidadao
-
Exception class Command Not Supported (error code = EIDMW_ERR_NOT_SUPPORTED)
Throw when the command asked is not supported by the card - PTEID_ExCmdNotSupported() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExCmdNotSupported
-
Constructor
- PTEID_ExDocTypeUnknown - Exception Class in pt.gov.cartaodecidadao
- PTEID_ExDocTypeUnknown() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExDocTypeUnknown
-
Constructor
- PTEID_ExFileTypeUnknown - Exception Class in pt.gov.cartaodecidadao
-
Exception class File Type Unknown (error code = EIDMW_ERR_FILETYPE_UNKNOWN)
Throw when the Raw Data type doesn't exist for this card
Used in : - PTEID_Card::getRawData(PTEID_RawDataType type) - PTEID_ExFileTypeUnknown() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExFileTypeUnknown
-
Constructor
- PTEID_ExNoCardPresent - Exception Class in pt.gov.cartaodecidadao
-
Exception class No Card Present (error code = EIDMW_ERR_NO_CARD)
Throw when no card is present
Used in : - PTEID_ReaderContext::getCardType()
- PTEID_ReaderContext::getCard()
- PTEID_ReaderContext::getEIDCard() - PTEID_ExNoCardPresent() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExNoCardPresent
-
Constructor
- PTEID_ExNoReader - Exception Class in pt.gov.cartaodecidadao
-
Exception class No reader (error code = EIDMW_ERR_NO_READER)
Throw when the reader set is empty
Used in : - PTEID_Object::checkContextStillOk() - PTEID_ExNoReader() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExNoReader
-
Constructor
- PTEID_ExParamRange - Exception Class in pt.gov.cartaodecidadao
-
Exception class Bad Parameter Range (error code = EIDMW_ERR_PARAM_RANGE)
Throw when the element ask is out of range
Used in : - PTEID_ReaderSet::getReaderName(unsigned long ulIndex)
- PTEID_ReaderSet::getReaderByNum(unsigned long ulIndex)
- PTEID_Certificate::getChildren(unsigned long ulIndex)
- PTEID_Certificates::getCertByNumber(unsigned long ulIndex)
- PTEID_Pins::getPinByNumber(unsigned long ulIndex) - PTEID_ExParamRange() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExParamRange
-
Constructor
- PTEID_ExReaderSetChanged - Exception Class in pt.gov.cartaodecidadao
- PTEID_ExReaderSetChanged() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExReaderSetChanged
-
Constructor
- PTEID_ExReleaseNeeded - Exception Class in pt.gov.cartaodecidadao
-
Exception class Release Needed (error code = EIDMW_ERR_RELEASE_NEEDED)
Throw when the application close without calling PTEID_ReleaseSDK - PTEID_ExReleaseNeeded() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExReleaseNeeded
-
Constructor
- PTEID_ExSOD - Exception Class in pt.gov.cartaodecidadao
-
Exception class SOD error error codes:
EIDMW_SOD_UNEXPECTED_VALUE
EIDMW_SOD_UNEXPECTED_ASN1_TAG
EIDMW_SOD_UNEXPECTED_ALGO_OID
EIDMW_SOD_ERR_HASH_NO_MATCH_ID
EIDMW_SOD_ERR_HASH_NO_MATCH_ADDRESS
EIDMW_SOD_ERR_HASH_NO_MATCH_PICTURE
EIDMW_SOD_ERR_HASH_NO_MATCH_PUBLIC_KEY
Throw when the SOD is not correct - PTEID_ExSOD(int) - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExSOD
-
Constructor
- PTEID_ExUnknown - Exception Class in pt.gov.cartaodecidadao
-
Exception class Release Needed (error code = EIDMW_ERR_UNKNOWN)
- PTEID_ExUnknown() - Constructor for exception class pt.gov.cartaodecidadao.PTEID_ExUnknown
-
Constructor
- PTEID_EYE_COLOR_BLACK - Static variable in class pt.gov.cartaodecidadao.PTEID_EyeColor
- PTEID_EYE_COLOR_BLUE - Static variable in class pt.gov.cartaodecidadao.PTEID_EyeColor
- PTEID_EYE_COLOR_BROWN - Static variable in class pt.gov.cartaodecidadao.PTEID_EyeColor
- PTEID_EYE_COLOR_GRAY - Static variable in class pt.gov.cartaodecidadao.PTEID_EyeColor
- PTEID_EYE_COLOR_GREEN - Static variable in class pt.gov.cartaodecidadao.PTEID_EyeColor
- PTEID_EYE_COLOR_MULTI_COLORED - Static variable in class pt.gov.cartaodecidadao.PTEID_EyeColor
- PTEID_EYE_COLOR_PINK - Static variable in class pt.gov.cartaodecidadao.PTEID_EyeColor
- PTEID_EYE_COLOR_UNKNOWN - Static variable in class pt.gov.cartaodecidadao.PTEID_EyeColor
- PTEID_EYE_COLOR_UNSPECIFIED - Static variable in class pt.gov.cartaodecidadao.PTEID_EyeColor
- PTEID_EyeColor - Class in pt.gov.cartaodecidadao
- PTEID_FaceImageType - Class in pt.gov.cartaodecidadao
- PTEID_FaceInfo - Class in pt.gov.cartaodecidadao
- PTEID_FaceInfoData - Class in pt.gov.cartaodecidadao
- PTEID_FeaturePoint - Class in pt.gov.cartaodecidadao
- PTEID_FEMALE - Static variable in class pt.gov.cartaodecidadao.PTEID_Gender
- PTEID_FileType - Class in pt.gov.cartaodecidadao
- PTEID_FILETYPE_CSV - Static variable in class pt.gov.cartaodecidadao.PTEID_FileType
- PTEID_FILETYPE_TLV - Static variable in class pt.gov.cartaodecidadao.PTEID_FileType
- PTEID_FILETYPE_UNKNOWN - Static variable in class pt.gov.cartaodecidadao.PTEID_FileType
- PTEID_FILETYPE_XML - Static variable in class pt.gov.cartaodecidadao.PTEID_FileType
- PTEID_FULL_FRONTAL - Static variable in class pt.gov.cartaodecidadao.PTEID_FaceImageType
- PTEID_Gender - Class in pt.gov.cartaodecidadao
- PTEID_HAIR_COLOR_BALD - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HAIR_COLOR_BLACK - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HAIR_COLOR_BLONDE - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HAIR_COLOR_BLUE - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HAIR_COLOR_BROWN - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HAIR_COLOR_GRAY - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HAIR_COLOR_GREEN - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HAIR_COLOR_RED - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HAIR_COLOR_UNKNOWN - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HAIR_COLOR_UNSPECIFIED - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HAIR_COLOR_WHITE - Static variable in class pt.gov.cartaodecidadao.PTEID_HairColour
- PTEID_HairColour - Class in pt.gov.cartaodecidadao
- PTEID_ICAO_DG1 - Class in pt.gov.cartaodecidadao
- PTEID_ICAO_DG11 - Class in pt.gov.cartaodecidadao
- PTEID_ICAO_DG2 - Class in pt.gov.cartaodecidadao
- PTEID_ICAO_DG3 - Class in pt.gov.cartaodecidadao
- PTEID_IMAGE_COLOUR_SPACE_GRAY8 - Static variable in class pt.gov.cartaodecidadao.PTEID_ImageColourSpace
- PTEID_IMAGE_COLOUR_SPACE_OTHER - Static variable in class pt.gov.cartaodecidadao.PTEID_ImageColourSpace
- PTEID_IMAGE_COLOUR_SPACE_RGB24 - Static variable in class pt.gov.cartaodecidadao.PTEID_ImageColourSpace
- PTEID_IMAGE_COLOUR_SPACE_UNSPECIFIED - Static variable in class pt.gov.cartaodecidadao.PTEID_ImageColourSpace
- PTEID_IMAGE_COLOUR_SPACE_YUV422 - Static variable in class pt.gov.cartaodecidadao.PTEID_ImageColourSpace
- PTEID_ImageColourSpace - Class in pt.gov.cartaodecidadao
- PTEID_ImageDataType - Class in pt.gov.cartaodecidadao
- PTEID_LEVEL_BASIC - Static variable in class pt.gov.cartaodecidadao.PTEID_SignatureLevel
- PTEID_LEVEL_LT - Static variable in class pt.gov.cartaodecidadao.PTEID_SignatureLevel
- PTEID_LEVEL_LTV - Static variable in class pt.gov.cartaodecidadao.PTEID_SignatureLevel
- PTEID_LEVEL_TIMESTAMP - Static variable in class pt.gov.cartaodecidadao.PTEID_SignatureLevel
- PTEID_LOG_LEVEL_CRITICAL - Static variable in class pt.gov.cartaodecidadao.PTEID_LogLevel
- PTEID_LOG_LEVEL_DEBUG - Static variable in class pt.gov.cartaodecidadao.PTEID_LogLevel
- PTEID_LOG_LEVEL_ERROR - Static variable in class pt.gov.cartaodecidadao.PTEID_LogLevel
- PTEID_LOG_LEVEL_INFO - Static variable in class pt.gov.cartaodecidadao.PTEID_LogLevel
- PTEID_LOG_LEVEL_WARNING - Static variable in class pt.gov.cartaodecidadao.PTEID_LogLevel
- PTEID_LogLevel - Class in pt.gov.cartaodecidadao
- PTEID_MALE - Static variable in class pt.gov.cartaodecidadao.PTEID_Gender
- PTEID_Object - Class in pt.gov.cartaodecidadao
-
Base class for the object of PTEID SDK (Can not be instantiated).
- PTEID_PACE_ERROR - Exception Class in pt.gov.cartaodecidadao
- PTEID_PACE_ERROR(int) - Constructor for exception class pt.gov.cartaodecidadao.PTEID_PACE_ERROR
-
Constructor
- PTEID_Param - Class in pt.gov.cartaodecidadao
-
Enumeration that includes all the configuration values of pteid-mw
They are grouped in different sections: general, logging, certcache, proxy, guitool, xsign - PTEID_PARAM_AUTOUPDATES_CERTS_URL - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_AUTOUPDATES_NEWS_URL - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_AUTOUPDATES_VERIFY_URL - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_CERTCACHE_CACHEFILE - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_CERTCACHE_LINENUMB - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_CERTCACHE_VALIDITY - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_CERTCACHE_WAITDELAY - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_CMD_APPID - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_CMD_HOST - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_CMD_PASSWORD - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_CMD_USERID - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_CACHEDIR - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_CERTS_DIR - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_INSTALLDIR - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_LANGUAGE - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_PINPAD_ENABLED - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_PTEID_CACHE_ENABLED - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_PTEID_CACHEDIR - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_PTEID_CAN_CACHE_ENABLED - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_SAM_SERVER - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_SCAP_APIKEY - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_SCAP_APPID - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_SCAP_HOST - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_SCAP_PORT - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_SHOW_JAVA_APPS - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_TELEMETRY_HOST - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_TELEMETRY_ID - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GENERAL_TELEMETRY_STATUS - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_ADMIN_CONFIG_OPTIONS - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_APPLICATIONSCALE - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_ASKREGCMDCERT - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_ASKSETCACHE - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_ASKSETTELEMETRY - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_AUTOCARDREAD - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_CARDREADNUMB - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_FILESAVE - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_GRAPHICSACCEL - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_REGCERTIF - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_REMOVECERTIF - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_SCAPOPTIONS - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_SHOWANIMATIONS - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_SHOWNOTIFICATION - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_SHOWPIC - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_SHOWSIGNHELP - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_SHOWSIGNOPTIONS - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_SHOWSTARTUPHELP - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_SHOWTBAR - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_SIGNSEALOPTIONS - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_STARTMINI - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_STARTUPDATE - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_STARTWIN - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_USECUSTOMSIGN - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_USESYSTEMSCALE - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_GUITOOL_VIRTUALKBD - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_LOGGING_DIRNAME - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_LOGGING_FILENUMBER - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_LOGGING_FILESIZE - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_LOGGING_GROUP - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_LOGGING_LEVEL - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_LOGGING_PREFIX - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_PROXY_CONNECT_TIMEOUT - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_PROXY_HOST - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_PROXY_PACFILE - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_PROXY_PORT - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_PROXY_PWD - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_PROXY_USE_SYSTEM - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_PROXY_USERNAME - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_TIMESTAMP_HOST - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_XSIGN_ONLINE - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_XSIGN_TIMEOUT - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_XSIGN_TSAURL - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PARAM_XSIGN_WORKINGDIR - Static variable in class pt.gov.cartaodecidadao.PTEID_Param
- PTEID_PDFSignature - Class in pt.gov.cartaodecidadao
-
Helper class for the PTEID_EIDCard::SignPDF() methods - it defines multiple options that affect the signature
operation e.g Signature in batch mode, adding a cryptographic timestamp, small format visible signature and custom
image in the visible signature - PTEID_PDFSignature() - Constructor for class pt.gov.cartaodecidadao.PTEID_PDFSignature
- PTEID_PDFSignature(String) - Constructor for class pt.gov.cartaodecidadao.PTEID_PDFSignature
- PTEID_Photo - Class in pt.gov.cartaodecidadao
-
Class that represents the Citizen photograph stored in a pteid card
- PTEID_Pin - Class in pt.gov.cartaodecidadao
-
Class that represent one card PIN.
- PTEID_PIN_USG_ADDRESS - Static variable in class pt.gov.cartaodecidadao.PTEID_PinUsage
- PTEID_PIN_USG_AUTH - Static variable in class pt.gov.cartaodecidadao.PTEID_PinUsage
- PTEID_PIN_USG_SIGN - Static variable in class pt.gov.cartaodecidadao.PTEID_PinUsage
- PTEID_PIN_USG_UNKNOWN - Static variable in class pt.gov.cartaodecidadao.PTEID_PinUsage
- PTEID_Pins - Class in pt.gov.cartaodecidadao
-
Container class for all pins on the card.
- PTEID_PinUsage - Class in pt.gov.cartaodecidadao
- PTEID_PublicKey - Class in pt.gov.cartaodecidadao
-
Class that represents the card authentication public key - to be used in a mutual authentication process (1024 bit
RSA key) This key is totally unrelated to the citizen authentication key which is present in the authentication
certificate - PTEID_RawDataGroup - Class in pt.gov.cartaodecidadao
- PTEID_ReaderContext - Class in pt.gov.cartaodecidadao
-
This class represent a reader.
You get a reader object from the ReaderSet
either by its index (getReaderByNum) or by its name (getReaderByName).
Once you have a reader object, you can check if a card is present (isCardPresent).
Then you can ask which type of card is in the reader with getCardType()
and then get a card object using one of this methods :
getCard or getEIDCard. - PTEID_ReaderSet - Class in pt.gov.cartaodecidadao
-
This is a singleton class that is the starting point to get all other objects.
You get an instance from the static instance() method (or using the define ReaderSet).
Then you get a READER (PTEID_ReaderContext)
-> from this reader, you a CARD (PTEID_Card or derived class)
-> from this card, you get identity or address objects (PTEID_EId or PTEID_Address)
-> ... - PTEID_RSAPaddingType - Class in pt.gov.cartaodecidadao
-
RSA padding type
Which type of padding to be used while signing with RSA keys - PTEID_SignatureLevel - Class in pt.gov.cartaodecidadao
- PTEID_SigningDevice - Interface in pt.gov.cartaodecidadao
- PTEID_SigningDevice_GetInterfaceCPtr() - Method in class pt.gov.cartaodecidadao.PTEID_Card
- PTEID_SigningDevice_GetInterfaceCPtr() - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- PTEID_SigningDevice_GetInterfaceCPtr() - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- PTEID_SigningDevice_GetInterfaceCPtr() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
- PTEID_SigningDeviceFactory - Class in pt.gov.cartaodecidadao
-
Singleton class - Factory used to obtain signing devices.
Optionally, opens a dialog to let user choose signing device type. - PTEID_SigningDeviceProxy - Class in pt.gov.cartaodecidadao
-
Interface class for objects with Signing capabilities.
- PTEID_SigningDeviceType - Class in pt.gov.cartaodecidadao
- PTEID_SmartCard - Class in pt.gov.cartaodecidadao
-
Abstract base class for Smart card.
- PTEID_Sod - Class in pt.gov.cartaodecidadao
-
Class for the SOD document on an EID Card.
You can get such an object from PTEID_EIDCard::getSod(). - PTEID_SodReport - Class in pt.gov.cartaodecidadao
- PTEID_SOURCE_TYPE_SOURCE_TYPE_UNSPECIFIED - Static variable in class pt.gov.cartaodecidadao.PTEID_SourceType
- PTEID_SOURCE_TYPE_STATIC_PHOTO_DIGITAL_CAM - Static variable in class pt.gov.cartaodecidadao.PTEID_SourceType
- PTEID_SOURCE_TYPE_STATIC_PHOTO_SCANNER - Static variable in class pt.gov.cartaodecidadao.PTEID_SourceType
- PTEID_SOURCE_TYPE_STATIC_PHOTO_UNKNOWN_SOURCE - Static variable in class pt.gov.cartaodecidadao.PTEID_SourceType
- PTEID_SOURCE_TYPE_UNKNOWN - Static variable in class pt.gov.cartaodecidadao.PTEID_SourceType
- PTEID_SOURCE_TYPE_VIDEO_FRAME_ANALOG_CAM - Static variable in class pt.gov.cartaodecidadao.PTEID_SourceType
- PTEID_SOURCE_TYPE_VIDEO_FRAME_DIGITAL_CAM - Static variable in class pt.gov.cartaodecidadao.PTEID_SourceType
- PTEID_SOURCE_TYPE_VIDEO_FRAME_UNKNOWN_SOURCE - Static variable in class pt.gov.cartaodecidadao.PTEID_SourceType
- PTEID_SourceType - Class in pt.gov.cartaodecidadao
- PTEID_TOKEN_FRONTAL - Static variable in class pt.gov.cartaodecidadao.PTEID_FaceImageType
- PTEID_TYPE_JPEG - Static variable in class pt.gov.cartaodecidadao.PTEID_ImageDataType
- PTEID_TYPE_JPEG2000 - Static variable in class pt.gov.cartaodecidadao.PTEID_ImageDataType
- PTEID_ulwrapper - Class in pt.gov.cartaodecidadao
- PTEID_ulwrapper(long) - Constructor for class pt.gov.cartaodecidadao.PTEID_ulwrapper
- PTEID_UNKNOWN - Static variable in class pt.gov.cartaodecidadao.PTEID_Gender
- PTEID_UNSPECIFIED - Static variable in class pt.gov.cartaodecidadao.PTEID_Gender
- PTEID_XmlUserRequestedInfo - Class in pt.gov.cartaodecidadao
-
This class will contain information about the data to be included in the XML file returned by
PTEID_EIDCard::getXmlCCDoc - PTEID_XmlUserRequestedInfo() - Constructor for class pt.gov.cartaodecidadao.PTEID_XmlUserRequestedInfo
- PTEID_XmlUserRequestedInfo(String, String, String) - Constructor for class pt.gov.cartaodecidadao.PTEID_XmlUserRequestedInfo
- PTEID_XmlUserRequestedInfo(String, String, String, String) - Constructor for class pt.gov.cartaodecidadao.PTEID_XmlUserRequestedInfo
- pteidlibJava_WrapperConstants - Interface in pt.gov.cartaodecidadao
- PTEIDNG_FIELD_ADDRESS_LEN_ABBR_BUILDING_TYPE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_ABBR_STREET_TYPE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_BUILDING_TYPE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_CIVILPARISH - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_CIVILPARISH_DESCRIPTION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_COUNTRY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_DISTRICT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_DISTRICT_DESCRIPTION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_DOORNO - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_FLOOR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_GENADDRESS_NUM - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_LOCALITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_MUNICIPALITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_MUNICIPALITY_DESCRIPTION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_PLACE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_POSTALLOCALITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_SIDE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_STREET_TYPE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_STREETNAME - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_TYPE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_ZIP3 - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_LEN_ZIP4 - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_ABBR_BUILDING_TYPE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_ABBR_STREET_TYPE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_BUILDING_TYPE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_CIVILPARISH - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_CIVILPARISH_DESCRIPTION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_COUNTRY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_DISTRICT - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_DISTRICT_DESCRIPTION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_DOORNO - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_FLOOR - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_GENADDRESS_NUM - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_LOCALITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_MUNICIPALITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_MUNICIPALITY_DESCRIPTION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_PLACE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_POSTALLOCALITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_SIDE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_STREET_TYPE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_STREETNAME - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_TYPE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_ZIP3 - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_ADDRESS_POS_ZIP4 - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_LEN_ADDRESS - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_LEN_CITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_LEN_COUNTRY_DESCRIPTION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_LEN_GENADDRESS_NUM - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_LEN_LOCALITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_LEN_POSTAL_CODE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_LEN_REGION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_POS_ADDRESS - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_POS_CITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_POS_COUNTRY_DESCRIPTION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_POS_GENADDRESS_NUM - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_POS_LOCALITY - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_POS_POSTAL_CODE - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- PTEIDNG_FIELD_FOREIGN_ADDRESS_POS_REGION - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
Q
- quality() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
- quality() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the image quality
R
- readDataGroup1() - Method in class pt.gov.cartaodecidadao.ICAO_Card
-
Read MRZ Data Group (mandatory data group)
- readDataGroup11() - Method in class pt.gov.cartaodecidadao.ICAO_Card
-
Read personal details information (optional data group)
- readDataGroup2() - Method in class pt.gov.cartaodecidadao.ICAO_Card
-
Read Facial Biometric Information (mandatory data group)
- readDataGroup3() - Method in class pt.gov.cartaodecidadao.ICAO_Card
-
Read fingerprint biometric Information (optional data group)
- readDatagroupRaw(PTEID_DataGroupID) - Method in class pt.gov.cartaodecidadao.ICAO_Card
-
Read raw data from datagroup specified in parameter
- readerCount() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Return the number of card readers connected to the computer.
- readerCount(boolean) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Return the number of card readers connected to the computer.
- readerList() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Get the list of the reader.
Return an array of const char *
The last pointer is NULL
Usage : const char * const *ppList=PTEID_ReaderSet::readerList();
for(const char * const *ppName=ppList;*ppName!=NULL;ppName++) {...}
- readerList(boolean) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Get the list of the reader.
Return an array of const char *
The last pointer is NULL
Usage : const char * const *ppList=PTEID_ReaderSet::readerList();
for(const char * const *ppName=ppList;*ppName!=NULL;ppName++) {...}
- readFile(String) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Read a File from the card.
- readFile(String, long) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Read a File from the card.
- readFile(String, long, long) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Read a File from the card.
- readFile(String, PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Read a File from the card.
If no pin is passed and a pin is needed by the card, the pin code will be asked anyway.
- readFile(String, PTEID_ByteArray, PTEID_Pin) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Read a File from the card.
If no pin is passed and a pin is needed by the card, the pin code will be asked anyway.
- readFile(String, PTEID_ByteArray, PTEID_Pin, String) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Read a File from the card.
If no pin is passed and a pin is needed by the card, the pin code will be asked anyway.
- readPersonalNotes() - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
- recordLength() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- Recover() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Recover the card when it's not responding properly anymore.
This method attempts to reset the card connection and restore communication. - releaseCard() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Release the card.
- releaseCard(boolean) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Release the card.
- releaseReaders() - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Release the readers (Useful if readers had changed).
- releaseReaders(boolean) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Release the readers (Useful if readers had changed).
- releaseSDK() - Static method in class pt.gov.cartaodecidadao.PTEID_ReaderSet
-
Release the SDK
- remove(int) - Method in class pt.gov.cartaodecidadao.VectorBio
- remove(int) - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- remove(int) - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- remove(int) - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- remove(int) - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- remove(int) - Method in class pt.gov.cartaodecidadao.VectorFtPt
- reserve(int) - Method in class pt.gov.cartaodecidadao.VectorBio
- reserve(int) - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- reserve(int) - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- reserve(int) - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- reserve(int) - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- reserve(int) - Method in class pt.gov.cartaodecidadao.VectorFtPt
- reserved() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
- reserved() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- reserved() - Method in class pt.gov.cartaodecidadao.PTEID_FeaturePoint
- resetCardState() - Method in class pt.gov.cartaodecidadao.ICAO_Card
-
Reset the card state, discarding any Secure Messaging session.
- resetSODCAs() - Method in class pt.gov.cartaodecidadao.PTEID_Certificates
S
- SCALE_UNITS_PPCM - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- SCALE_UNITS_PPI - Static variable in interface pt.gov.cartaodecidadao.pteidlibJava_WrapperConstants
- scaleUnits() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- scannerId() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- secondaryIdentifier() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the secondary identifier (given names)
- selectApplication(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Select an application from the card
- sendAPDU(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Send an APDU command to the card and get the result.
- sendAPDU(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Send an APDU command to the card and get the result.
- sendAPDU(PTEID_ByteArray, PTEID_Pin) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Send an APDU command to the card and get the result.
- sendAPDU(PTEID_ByteArray, PTEID_Pin, String) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Send an APDU command to the card and get the result.
- serialNumberCheckDigit() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the check digit for the document number.
- set(int, PTEID_BiometricInfoFingerImage) - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- set(int, PTEID_BiometricInfomation) - Method in class pt.gov.cartaodecidadao.VectorBio
- set(int, PTEID_BiometricInfomationDg3) - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- set(int, PTEID_DataGroupID) - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- set(int, PTEID_FaceInfoData) - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- set(int, PTEID_FeaturePoint) - Method in class pt.gov.cartaodecidadao.VectorFtPt
- setCredentials(String, String, String) - Static method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
Set the credentials for the CMD services.
The credentials must be set once before using the CMD services and will be used for every instance of
PTEID_CMDSignatureClient. - setCustomImage(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
-
Change the image that's used on the bottom of the visible signature
This image will replace the default "Cartão de Cidadão" logo - setCustomSealSize(long, long) - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
-
Change the size of the visible signature (Minimum size: 120x35 px)
Visible signature never will be smaller than page
Except if the page is smaller then minimum size - SetEventCallback(Callback, Object) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
Specify a callback function to be called each time a
card is inserted/remove in/from this reader.
- setFileSigning(String) - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
-
Set the PDF file to sign - it can be supplied either with this method or through the class constructor
- setLong(int) - Method in class pt.gov.cartaodecidadao.PTEID_Config
-
Set the numerical value (Throw exception for string parameter)
- setMobileNumberCaching(boolean) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
If setMobileNumberCaching is enabled, the mobile number used in a previous signature with this instance is
cached and displayed in the signature dialog as a placeholder. - setSignatureLevel(PTEID_SignatureLevel) - Method in class pt.gov.cartaodecidadao.PTEID_PDFSignature
- setString(String) - Method in class pt.gov.cartaodecidadao.PTEID_Config
-
Set the string value (Throw exception for numerical parameter)
- SetTestMode(boolean) - Static method in class pt.gov.cartaodecidadao.PTEID_Config
-
Set the test mode
- sex() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG1
-
Return the sex (M, F or <)
- Sign(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Signs a block of data using RSA-PKCS#1 using cards of type PTEID_CARDTYPE_IAS07 or ECDSA using newer cards of type PTEID_CARDTYPE_IAS5
In the ECDSA case the signature is returned in IEEE P1363 format, i.e. - Sign(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
The PTEID_CMDSignatureClient class only supports signature key. - Sign(PTEID_ByteArray) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- Sign(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Raw RSA signature with PKCS #1 padding.
- Sign(PTEID_ByteArray, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Signs a block of data using RSA-PKCS#1 using cards of type PTEID_CARDTYPE_IAS07 or ECDSA using newer cards of type PTEID_CARDTYPE_IAS5
In the ECDSA case the signature is returned in IEEE P1363 format, i.e. - Sign(PTEID_ByteArray, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
The PTEID_CMDSignatureClient class only supports signature key. - Sign(PTEID_ByteArray, boolean) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- Sign(PTEID_ByteArray, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Raw RSA signature with PKCS #1 padding.
- Sign(PTEID_ByteArray, PTEID_RSAPaddingType) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Signs a block of data using RSA-PKCS#1, RSA-PSS or ECDSA.
- Sign(PTEID_ByteArray, PTEID_RSAPaddingType, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Signs a block of data using RSA-PKCS#1, RSA-PSS or ECDSA.
- SIGN_PIN - Static variable in class pt.gov.cartaodecidadao.PTEID_Pin
-
PIN reference value for the signature PIN.
- SignASiC(String) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignASiC(String) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- SignASiC(String) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignASiC(String) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
- SignASiC(String, PTEID_SignatureLevel) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignASiC(String, PTEID_SignatureLevel) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- SignASiC(String, PTEID_SignatureLevel) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignASiC(String, PTEID_SignatureLevel) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
- Signatures with eID card (citizen signature certificate) - Search tag in Overview
- Section
- SignPDF(PTEID_PDFSignature, int, double, double, String, String, String) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignPDF(PTEID_PDFSignature, int, double, double, String, String, String) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- SignPDF(PTEID_PDFSignature, int, double, double, String, String, String) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignPDF(PTEID_PDFSignature, int, double, double, String, String, String) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
PDF Signature with location by coordinates (expressed in percentage of page height/width).
- SignPDF(PTEID_PDFSignature, int, int, boolean, String, String, String) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignPDF(PTEID_PDFSignature, int, int, boolean, String, String, String) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- SignPDF(PTEID_PDFSignature, int, int, boolean, String, String, String) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignPDF(PTEID_PDFSignature, int, int, boolean, String, String, String) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.use the SignPDF function with location coordinates instead
- SignSHA256(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Deprecated.Use PTEID_Card::Sign instead.
- SignSHA256(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
Deprecated.Use PTEID_CMDSignatureClient::Sign instead.
The PTEID_CMDSignatureClient class only supports signature key. For that reason, signatureKey must be
set to true! - SignSHA256(PTEID_ByteArray) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignSHA256(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.This method is now deprecated. Use PTEID_SigningDevice::Sign method instead, which already supports
SHA256. - SignSHA256(PTEID_ByteArray, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Deprecated.Use PTEID_Card::Sign instead.
- SignSHA256(PTEID_ByteArray, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
Deprecated.Use PTEID_CMDSignatureClient::Sign instead.
The PTEID_CMDSignatureClient class only supports signature key. For that reason, signatureKey must be
set to true! - SignSHA256(PTEID_ByteArray, boolean) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignSHA256(PTEID_ByteArray, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.This method is now deprecated. Use PTEID_SigningDevice::Sign method instead, which already supports
SHA256. - SignXades(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignXades(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- SignXades(String, String[], long) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignXades(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Produce a XAdES Signature of the files indicated by the parameter paths and stores the results in one ASiC
container in a zip format. - SignXades(String, String[], long, PTEID_SignatureLevel) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignXades(String, String[], long, PTEID_SignatureLevel) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
- SignXades(String, String[], long, PTEID_SignatureLevel) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignXades(String, String[], long, PTEID_SignatureLevel) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Produce a XAdES Signature of the files indicated by the parameter paths and stores the results in one ASiC
container in a zip format. - SignXadesA(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignXadesA(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
Warning: This method is not implemented for PTEID_CMDSignatureClient.
- SignXadesA(String, String[], long) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignXadesA(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.use the SignXades function and set signature level with level (PTEID_SignatureLevel) parameter
instead - SignXadesAIndividual(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignXadesAIndividual(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
Warning: This method is not implemented for PTEID_CMDSignatureClient.
- SignXadesAIndividual(String, String[], long) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignXadesAIndividual(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Produce XAdES-A Signatures of the files indicated by the parameter paths and stores each of the results in an
individual ASiC container in a zip format. - SignXadesIndividual(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignXadesIndividual(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
Warning: This method is not implemented for PTEID_CMDSignatureClient.
- SignXadesIndividual(String, String[], long) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignXadesIndividual(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Produce XAdES-B Signatures of the files indicated by the parameter paths and stores each of the results in an
individual ASiC container in a zip format.
- SignXadesT(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignXadesT(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
Warning: This method is not implemented for PTEID_CMDSignatureClient.
- SignXadesT(String, String[], long) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignXadesT(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Deprecated.use the SignXades function and set signature level with level (PTEID_SignatureLevel) parameter
instead - SignXadesTIndividual(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_Card
- SignXadesTIndividual(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_CMDSignatureClient
-
Warning: This method is not implemented for PTEID_CMDSignatureClient.
- SignXadesTIndividual(String, String[], long) - Method in interface pt.gov.cartaodecidadao.PTEID_SigningDevice
- SignXadesTIndividual(String, String[], long) - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceProxy
-
Produce XAdES-T Signatures of the files indicated by the parameter paths and stores each of the results in an
individual ASiC container in a zip format. - size() - Method in class pt.gov.cartaodecidadao.VectorBio
- size() - Method in class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- size() - Method in class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- size() - Method in class pt.gov.cartaodecidadao.VectorDataGroupID
- size() - Method in class pt.gov.cartaodecidadao.VectorFaceInfo
- size() - Method in class pt.gov.cartaodecidadao.VectorFtPt
- Size() - Method in class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Return the number of bytes in the array.
- sizeOfRecord() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfo
-
Return the size of the record
- sourceType() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the raw source type value
- sourceTypeDecode() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfoData
-
Return the decoded source type enum
- specVersion() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- StopEventCallback(long) - Method in class pt.gov.cartaodecidadao.PTEID_ReaderContext
-
To tell that the callbacks are not longer needed.
- SUB_CA_AUTH - Static variable in class pt.gov.cartaodecidadao.PTEID_Certificate
- SUB_CA_SIGN - Static variable in class pt.gov.cartaodecidadao.PTEID_Certificate
- subType() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomation
-
Return the biometric subtype
- subType() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_CardContactInterface
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_CardPaceSecretType
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_CardType
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_CertifStatus
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_CertifType
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_ECC_CurveIdentifier
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_EyeColor
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_FaceImageType
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_FileType
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_Gender
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_HairColour
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_ImageColourSpace
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_ImageDataType
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_LogLevel
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_Param
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_PinUsage
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_RSAPaddingType
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_SignatureLevel
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceType
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.PTEID_SourceType
- swigToEnum(int) - Static method in class pt.gov.cartaodecidadao.XMLUserData
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_CardContactInterface
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_CardPaceSecretType
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_CardType
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_CertifStatus
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_CertifType
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_ECC_CurveIdentifier
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_EyeColor
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_FaceImageType
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_FileType
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_Gender
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_HairColour
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_ImageColourSpace
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_ImageDataType
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_LogLevel
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_Param
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_PinUsage
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_RSAPaddingType
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_SignatureLevel
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceType
- swigValue() - Method in class pt.gov.cartaodecidadao.PTEID_SourceType
- swigValue() - Method in class pt.gov.cartaodecidadao.XMLUserData
T
- telephone() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the telephone number (optional, depending on the card content)
- Timestamp Server configuration - Search tag in Overview
- Section
- title() - Method in class pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Return the title (optional, depending on the card content)
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_CardContactInterface
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_CardPaceSecretType
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_CardType
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_CertifStatus
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_CertifType
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_DataGroupID
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_ECC_CurveIdentifier
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_EyeColor
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_FaceImageType
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_FileType
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_Gender
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_HairColour
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_ImageColourSpace
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_ImageDataType
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_LogLevel
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_Param
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_PinUsage
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_RSAPaddingType
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_SignatureLevel
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_SigningDeviceType
- toString() - Method in class pt.gov.cartaodecidadao.PTEID_SourceType
- toString() - Method in class pt.gov.cartaodecidadao.XMLUserData
- type() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomation
-
Return the biometric type
- type() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- type() - Method in class pt.gov.cartaodecidadao.PTEID_FeaturePoint
-
Return the feature point type
U
- UNBLOCK_FLAG_NEW_PIN - Static variable in class pt.gov.cartaodecidadao.PTEID_Pin
-
Flags available for PTEID_Pin::unlockPin
- UNBLOCK_FLAG_PUK_MERGE - Static variable in class pt.gov.cartaodecidadao.PTEID_Pin
- unlockPin(String, String, PTEID_ulwrapper, long) - Method in class pt.gov.cartaodecidadao.PTEID_Pin
V
- validPeriod() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomation
-
Return the validity period
- validPeriod() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- VectorBio - Class in pt.gov.cartaodecidadao
- VectorBio() - Constructor for class pt.gov.cartaodecidadao.VectorBio
- VectorBio(int, PTEID_BiometricInfomation) - Constructor for class pt.gov.cartaodecidadao.VectorBio
- VectorBio(Iterable<PTEID_BiometricInfomation>) - Constructor for class pt.gov.cartaodecidadao.VectorBio
- VectorBio(PTEID_BiometricInfomation[]) - Constructor for class pt.gov.cartaodecidadao.VectorBio
- VectorBio(VectorBio) - Constructor for class pt.gov.cartaodecidadao.VectorBio
- VectorBiometricInfoFingerImage - Class in pt.gov.cartaodecidadao
- VectorBiometricInfoFingerImage() - Constructor for class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- VectorBiometricInfoFingerImage(int, PTEID_BiometricInfoFingerImage) - Constructor for class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- VectorBiometricInfoFingerImage(Iterable<PTEID_BiometricInfoFingerImage>) - Constructor for class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- VectorBiometricInfoFingerImage(PTEID_BiometricInfoFingerImage[]) - Constructor for class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- VectorBiometricInfoFingerImage(VectorBiometricInfoFingerImage) - Constructor for class pt.gov.cartaodecidadao.VectorBiometricInfoFingerImage
- VectorBiometricInformationDG3 - Class in pt.gov.cartaodecidadao
- VectorBiometricInformationDG3() - Constructor for class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- VectorBiometricInformationDG3(int, PTEID_BiometricInfomationDg3) - Constructor for class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- VectorBiometricInformationDG3(Iterable<PTEID_BiometricInfomationDg3>) - Constructor for class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- VectorBiometricInformationDG3(PTEID_BiometricInfomationDg3[]) - Constructor for class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- VectorBiometricInformationDG3(VectorBiometricInformationDG3) - Constructor for class pt.gov.cartaodecidadao.VectorBiometricInformationDG3
- VectorDataGroupID - Class in pt.gov.cartaodecidadao
- VectorDataGroupID() - Constructor for class pt.gov.cartaodecidadao.VectorDataGroupID
- VectorDataGroupID(int, PTEID_DataGroupID) - Constructor for class pt.gov.cartaodecidadao.VectorDataGroupID
- VectorDataGroupID(Iterable<PTEID_DataGroupID>) - Constructor for class pt.gov.cartaodecidadao.VectorDataGroupID
- VectorDataGroupID(PTEID_DataGroupID[]) - Constructor for class pt.gov.cartaodecidadao.VectorDataGroupID
- VectorDataGroupID(VectorDataGroupID) - Constructor for class pt.gov.cartaodecidadao.VectorDataGroupID
- VectorFaceInfo - Class in pt.gov.cartaodecidadao
- VectorFaceInfo() - Constructor for class pt.gov.cartaodecidadao.VectorFaceInfo
- VectorFaceInfo(int, PTEID_FaceInfoData) - Constructor for class pt.gov.cartaodecidadao.VectorFaceInfo
- VectorFaceInfo(Iterable<PTEID_FaceInfoData>) - Constructor for class pt.gov.cartaodecidadao.VectorFaceInfo
- VectorFaceInfo(PTEID_FaceInfoData[]) - Constructor for class pt.gov.cartaodecidadao.VectorFaceInfo
- VectorFaceInfo(VectorFaceInfo) - Constructor for class pt.gov.cartaodecidadao.VectorFaceInfo
- VectorFtPt - Class in pt.gov.cartaodecidadao
- VectorFtPt() - Constructor for class pt.gov.cartaodecidadao.VectorFtPt
- VectorFtPt(int, PTEID_FeaturePoint) - Constructor for class pt.gov.cartaodecidadao.VectorFtPt
- VectorFtPt(Iterable<PTEID_FeaturePoint>) - Constructor for class pt.gov.cartaodecidadao.VectorFtPt
- VectorFtPt(PTEID_FeaturePoint[]) - Constructor for class pt.gov.cartaodecidadao.VectorFtPt
- VectorFtPt(VectorFtPt) - Constructor for class pt.gov.cartaodecidadao.VectorFtPt
- Verify a PAdES signature - Search tag in Overview
- Section
- Verify a XAdES signature - Search tag in Overview
- Section
- verifyDateValidity() - Method in class pt.gov.cartaodecidadao.PTEID_Certificate
-
Return true if the current time is between the certificate's notBefore and notAfter
- verifyPin(String, PTEID_ulwrapper, boolean) - Method in class pt.gov.cartaodecidadao.PTEID_Pin
-
Ask the card to verify the pin.
- version() - Method in class pt.gov.cartaodecidadao.PTEID_FaceInfo
-
Return the face info version
- verticalLineLength() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
- viewMumber() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfoFingerImage
W
- writeFile(String, PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Write a file to the card.
- writeFile(String, PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Write a file to the card.
Throw PTEID_ExCmdNotAllowed exception you're not allowed to write the file.
If no pin is passed and a pin is needed by the card, the pin code will be asked anyway.
- writeFile(String, PTEID_ByteArray, long) - Method in class pt.gov.cartaodecidadao.PTEID_Card
-
Write a file to the card.
- writeFile(String, PTEID_ByteArray, PTEID_Pin) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Write a file to the card.
Throw PTEID_ExCmdNotAllowed exception you're not allowed to write the file.
If no pin is passed and a pin is needed by the card, the pin code will be asked anyway.
- writeFile(String, PTEID_ByteArray, PTEID_Pin, String) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Write a file to the card.
Throw PTEID_ExCmdNotAllowed exception you're not allowed to write the file.
If no pin is passed and a pin is needed by the card, the pin code will be asked anyway.
- writeFile(String, PTEID_ByteArray, PTEID_Pin, String, long) - Method in class pt.gov.cartaodecidadao.PTEID_SmartCard
-
Write a file to the card.
Throw PTEID_ExCmdNotAllowed exception you're not allowed to write the file.
If no pin is passed and a pin is needed by the card, the pin code will be asked anyway.
- writePersonalNotes(PTEID_ByteArray) - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
- writePersonalNotes(PTEID_ByteArray, PTEID_Pin) - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
- writePersonalNotes(PTEID_ByteArray, PTEID_Pin, String) - Method in class pt.gov.cartaodecidadao.PTEID_EIDCard
- writeToFile(String) - Method in class pt.gov.cartaodecidadao.PTEID_ByteArray
-
Writing the binary content to a file.
X
- x_coord() - Method in class pt.gov.cartaodecidadao.PTEID_FeaturePoint
-
Return the X coordinate of the feature point
- xImageResolution() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- XML_ABBR_BUILDING_TYPE - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_ABBR_STREET_TYPE - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_ACCIDENTAL_INDICATIONS - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_BUILDING_TYPE - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_CARD_NUMBER_PAN - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_CARD_VERSION - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_CIVIL_PARISH - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_DATE_OF_BIRTH - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_DISTRICT - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_DOCUMENT_NO - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_DOCUMENT_TYPE - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_DOOR_NO - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_EXPIRY_DATE - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_FLOOR - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_FOREIGN_ADDRESS - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_FOREIGN_CITY - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_FOREIGN_COUNTRY - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_FOREIGN_LOCALITY - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_FOREIGN_POSTAL_CODE - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_FOREIGN_REGION - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_GENDER - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_GIVEN_NAME - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_GIVEN_NAME_FATHER - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_GIVEN_NAME_MOTHER - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_HEALTH_NO - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_HEIGHT - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_ISSUING_DATE - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_ISSUING_ENTITY - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_LOCAL_OF_REQUEST - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_LOCALITY - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_MRZ1 - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_MRZ2 - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_MRZ3 - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_MUNICIPALITY - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_NAME - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_NATIONALITY - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_NIC - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_PERSONAL_NOTES - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_PHOTO - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_PLACE - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_POSTAL_LOCALITY - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_SIDE - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_SOCIAL_SECURITY_NO - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_STREET_NAME - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_STREET_TYPE - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_SURNAME - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_SURNAME_FATHER - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_SURNAME_MOTHER - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_TAX_NO - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_VERSION - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_ZIP3 - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XML_ZIP4 - Static variable in class pt.gov.cartaodecidadao.XMLUserData
- XMLUserData - Class in pt.gov.cartaodecidadao
- xScanResolution() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
Y
- y_coord() - Method in class pt.gov.cartaodecidadao.PTEID_FeaturePoint
-
Return the Y coordinate of the feature point
- yImageResolution() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
- yScanResolution() - Method in class pt.gov.cartaodecidadao.PTEID_BiometricInfomationDg3
All Classes and Interfaces|All Packages|Serialized Form
manually.