eID middleware

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
be.portugal.eid.PTEID_BiometricBase class for the biometric documents
be.portugal.eid.PTEID_ByteArrayThis class is used to receive/pass byte arrays
be.portugal.eid.PTEID_CardBase class for all the card types supported PTEID_ReaderContext.getCard() will return such an object
be.portugal.eid.PTEID_CardTypeClass that holds the different card type definitions
be.portugal.eid.PTEID_CardVersionInfoClass for the info document
be.portugal.eid.PTEID_CertificateClass that represent one certificate
be.portugal.eid.PTEID_CertificatesContainer class for all certificates on the card
be.portugal.eid.PTEID_CertifStatusClass that holds the possible certificate statuses
be.portugal.eid.PTEID_CertifTypeClass that holds the possible certificate types
be.portugal.eid.PTEID_ConfigClass to access the configuration parameters
be.portugal.eid.PTEID_CrlClass that represents a CRL
be.portugal.eid.PTEID_CrlStatusClass that holds the possible CRL statuses
be.portugal.eid.PTEID_CryptoBase class for the cryptographic documents
be.portugal.eid.PTEID_DocumentTypeClass that holds the possible document types
be.portugal.eid.PTEID_EIdClass for the id document on a EID Card
be.portugal.eid.PTEID_EIDCardThis class represents a Portugal EID card
be.portugal.eid.PTEID_EIdFullDocBase class for the Eid full document
be.portugal.eid.PTEID_ExBadTransactionException class Bad Transaction (error code = EIDMW_ERR_BAD_TRANSACTION)
be.portugal.eid.PTEID_ExBadUsageException class Bad Usage (error code = EIDMW_ERR_BAD_USAGE)
be.portugal.eid.PTEID_ExCardBadTypeException class Bad Card Type (error code = EIDMW_ERR_CARDTYPE_BAD)
be.portugal.eid.PTEID_ExCardChangedException class Card changed (error code = EIDMW_ERR_CARD_CHANGED)
be.portugal.eid.PTEID_ExCardTypeUnknownException class Card Type Unknown (error code = EIDMW_ERR_CARDTYPE_UNKNOWN)
be.portugal.eid.PTEID_ExceptionBase class for the PTEID Exceptions
be.portugal.eid.PTEID_ExCertNoCrlException class Certificate No CRL (error code = EIDMW_ERR_CERT_NOCRL)
be.portugal.eid.PTEID_ExCertNoIssuerException class Certificate No Issuer (error code = EIDMW_ERR_CERT_NOISSUER)
be.portugal.eid.PTEID_ExCertNoOcspException class Certificate No OCSP responder (error code = EIDMW_ERR_CERT_NOOCSP)
be.portugal.eid.PTEID_ExCertNoRootException class Certificate No OCSP responder (error code = EIDMW_ERR_CERT_NOROOT)
be.portugal.eid.PTEID_ExCmdNotAllowedException class Command Not Allowed (error code = EIDMW_ERR_CMD_NOT_ALLOWED)
be.portugal.eid.PTEID_ExCmdNotSupportedException class Command Not Supported (error code = EIDMW_ERR_NOT_SUPPORTED)
be.portugal.eid.PTEID_ExDocTypeUnknownException class Document Type Unknown (error code = EIDMW_ERR_DOCTYPE_UNKNOWN)
be.portugal.eid.PTEID_ExFileTypeUnknownException class File Type Unknown (error code = EIDMW_ERR_FILETYPE_UNKNOWN)
be.portugal.eid.PTEID_ExNoCardPresentException class No Card Present (error code = EIDMW_ERR_NO_CARD)
be.portugal.eid.PTEID_ExNoReaderException class No reader (error code = EIDMW_ERR_NO_READER)
be.portugal.eid.PTEID_ExNotAllowByUserException class Not allow by user (error code = EIDMW_ERR_NOT_ALLOW_BY_USER)
be.portugal.eid.PTEID_ExParamRangeException class Bad Parameter Range (error code = EIDMW_ERR_PARAM_RANGE)
be.portugal.eid.PTEID_ExReaderSetChangedException class Readerset changed (error code = EIDMW_ERR_READERSET_CHANGED)
be.portugal.eid.PTEID_ExReleaseNeededException class Release Needed (error code = EIDMW_ERR_RELEASE_NEEDED)
be.portugal.eid.PTEID_ExUnknownException class Unklnown Exception (error code = EIDMW_ERR_UNKNOWN)
be.portugal.eid.PTEID_ExUserMustAnswerException class User must answer (error code = EIDMW_ERR_USER_MUST_ANSWER)
be.portugal.eid.PTEID_FileTypeClass that holds the different file type definitions
be.portugal.eid.PTEID_ForeignerCardThis class represents a Foreigner card which is a particular PTEID_EIDCard
be.portugal.eid.PTEID_HashAlgoClass that holds the different hashing algorithm definitions
be.portugal.eid.PTEID_KidsCardThis class represents a Kids card which is a particular PTEID_EIDCard
be.portugal.eid.PTEID_LogLevelClass that holds the different log level definitions
be.portugal.eid.PTEID_MemoryCardBase class for Memory card
be.portugal.eid.PTEID_ObjectBase class for all classes used in the SDK
be.portugal.eid.PTEID_OcspResponseClass that represents one OCSP Response
be.portugal.eid.PTEID_ParamClass that holds the different configuration setting definitions
be.portugal.eid.PTEID_PictureClass for the picture document on a EID Card
be.portugal.eid.PTEID_PinClass that represents one Pin
be.portugal.eid.PTEID_PinsContainer class for all pins on the card
be.portugal.eid.PTEID_PinUsageClass that holds the different PIN uasage definitions
be.portugal.eid.PTEID_RawDataType
be.portugal.eid.PTEID_ReaderContextThis class represent a reader
be.portugal.eid.PTEID_ReaderSetA singleton class that is the starting point to get all other objects
be.portugal.eid.PTEID_SISCardThis class represents a SIS card
be.portugal.eid.PTEID_SisFullDocBase class for the full document Sis
be.portugal.eid.PTEID_SisIdClass for the id document on a SIS Card
be.portugal.eid.PTEID_SmartCardBase class for a Smart card
be.portugal.eid.PTEID_ulwrapperClass to be used to wrap any kind of long value
be.portugal.eid.PTEID_ValidationLevelClass that holds the possible validation levels for CRL or OCSP validation
be.portugal.eid.PTEID_ValidationProcessClass that holds the possible validation processes to be used
be.portugal.eid.PTEID_XMLDocBase class for all the documents
be.portugal.eid.CallbackJava callback interface
Exception