Package | Description |
---|---|
de.tsenger.androsmex | |
de.tsenger.androsmex.asn1 | |
de.tsenger.androsmex.crypto | |
de.tsenger.androsmex.data |
Contains the classes that manage CAN (Card Access Number) information in the internal database.
|
de.tsenger.androsmex.iso7816 | |
de.tsenger.androsmex.iso7816.command | |
de.tsenger.androsmex.iso7816.command.exception |
Contains the classes related to the command exception that can be thrown.
|
de.tsenger.androsmex.iso7816.secure | |
de.tsenger.androsmex.mrtd |
Encapsulates MRTD (Machine Readable Travel Documents) data type that the DNIe v3.0 handles
(name, surname, date of birth, picture, handwritten signature, etc.)
|
de.tsenger.androsmex.pace | |
de.tsenger.androsmex.tools | |
es.gob.fnmt.dniedroid.gui |
Contains the classes related to the user interface.
|
es.gob.fnmt.dniedroid.gui.fragment |
Implementation of androidx.fragment.app.Fragment for auxiliary classes.
|
es.gob.fnmt.dniedroid.help |
Utility classes for basic operations.
|
es.gob.fnmt.dniedroid.net.http |
Classes for wrapping non complex HTTP communication.
|
es.gob.fnmt.dniedroid.net.http.clave |
Class that wraps Cl@ve authentication process (http://clave.gob.es) which is use as a SSO interface by many electronic sites of the public administration.
|
es.gob.fnmt.dniedroid.net.http.java |
Classes for wrapping HTTPS communication using java.net API.
|
es.gob.fnmt.dniedroid.net.http.okhttp |
Classes for wrapping HTTPS communication using https://square.github.io/okhttp API.
|
es.gob.fnmt.dniedroid.net.ssl |
Class providing proprietary javax.net.ssl.SSLSocketFactory enabling client certificate authentication method using DNIe private keys,
required by SSL/TLS protocol.
|
es.gob.fnmt.dniedroid.net.tool |
Contains the classes for enabling the connectivity and information recovery through the network,
using client certificate authentication method, required by SSL/TLS protocol.
|
es.gob.fnmt.dniedroid.nfc |
Contains the main class that implements the communication between the cryptographic device and the NFC reader.
|
es.gob.fnmt.dniedroid.policy |
Contains the classes that defines key usage policies when retrieving the digital certificate.
|
es.gob.fnmt.dniedroid.util | |
es.gob.jmulticard |
Paquete principal del proyecto JMultiCard.
|
es.gob.jmulticard.apdu.connection |
Contiene las funcionalidades genéricas relacionadas con el
tratamiento de APDUs y la gestión de eventos asociados a la
comunicación con una tarjeta inteligente.
|
es.gob.jmulticard.apdu.connection.cwa14890 |
Contiene las funcionalidades relacionadas con la normativa
CWA-14890, de establecimiento de canal cifrado.
|
es.gob.jmulticard.apdu.connection.secure | |
es.gob.jmulticard.apdu.dnie |
Contiene las definiciones de los comandos APDU relacionados con el DNIe.
|
es.gob.jmulticard.asn1 |
Define las clases genéricas necesarias para la representación de datos codificados según la norma ASN.1.
|
es.gob.jmulticard.asn1.der |
Define los tipos DER (Distinguished Encoding Rules) básicos que
son necesarios para la representación de datos codificados
según la norma ASN.1.
|
es.gob.jmulticard.asn1.der.pkcs15 |
Define los tipos compuestos ASN.1 empleados en el estándar
PKCS#15 (Estándar de formato de información de dispositivo
criptográfico).
|
es.gob.jmulticard.asn1.der.x509 |
Define los tipos compuestos ASN.1 empleados en el estándar
X.509.
|
es.gob.jmulticard.card |
Define las funcionalidades genénericas para una tarjeta
criptográfica.
|
es.gob.jmulticard.card.baseCard | |
es.gob.jmulticard.card.baseCard.dnie | |
es.gob.jmulticard.card.baseCard.dnie.mrtd | |
es.gob.jmulticard.card.baseCard.dnie.tif | |
es.gob.jmulticard.card.baseCard.mrtd | |
es.gob.jmulticard.card.baseCard.TcFnmt | |
es.gob.jmulticard.card.baseCard.test | |
es.gob.jmulticard.card.iso7816four |
Comprende todas las funcionalidades relacionadas con un dispositivo
criptográfico que sigue el estándar ISO/IEC 7816-4:2005.
|
es.gob.jmulticard.card.secure | |
es.gob.jmulticard.card.test | |
es.gob.jmulticard.jse | |
es.gob.jmulticard.jse.provider |
Implementation of Oracle's JCA/JCE interface.
|
es.gob.jmulticard.jse.provider.asymmetric | |
es.gob.jmulticard.jse.provider.asymmetric.ec |
Implementation of EC engine.
|
es.gob.jmulticard.jse.provider.asymmetric.rsa |
Implementation of RSA engine.
|
es.gob.jmulticard.jse.provider.exception |
Contains the main Exception derived classes in order to better treatment of IO card operations.
|
es.gob.jmulticard.jse.smartcardio |
Implementation of Smart Card IO interface
|
es.gob.jmulticard.jse.smartcardio.nfc | |
es.gob.jmulticard.jse.smartcardio.pcsc | |
es.gob.jmulticard.ui.passwordcallback |
Handles the interface necessary to implement the PIN request dialog.
|
es.gob.jmulticard.ui.passwordcallback.gui | |
javax.smartcardio |