Uses of Interface
es.gob.jmulticard.card.CryptoCard
-
Packages that use CryptoCard Package Description es.gob.jmulticard.card.bit4id.stcm es.gob.jmulticard.card.cardos Tarjetas Atos / Siemens basadas en CardOS 4.01 o superior.es.gob.jmulticard.card.dnie Contiene todas las funcionalidades relacionadas con tarjetas criptográficas que sigan el estándar DNIe.es.gob.jmulticard.card.dnie.ceressc Tarjetas FNMT CERES 4.30 con canal seguro (basadas en DNIe 2.0).es.gob.jmulticard.card.dnie.tif Tarjeta TIF del CNP.es.gob.jmulticard.card.fnmt.ceres Tarjeta FNMT-RCM CERES.es.gob.jmulticard.card.gemalto.tuir5 Tarjeta Gemalto TUI (Tarjeta Universitaria Inteligente) R5 (MPCOS+GemXpresso).es.gob.jmulticard.card.gide.smartcafe Tarjetas Giesecke+Devrient SmartCafe (con Applet JavaCard PKCS#15).es.gob.jmulticard.card.icao.bac Implementación del protocolo BAC (basic Access Control).es.gob.jmulticard.connection.pace Utilidades para el establecimiento de un canal PACE (Password Authenticated Connection Establishment).es.gob.jmulticard.jse.provider Implementa directamente las funcionalidades de los SPI de JCA/JCE y las agrupa dentro de un proveedor de seguridad.es.gob.jmulticard.jse.provider.ceres Proveedor JSE para tarjetas FNMT-RCM-CERES.es.gob.jmulticard.jse.provider.gide Proveedores JSE para tarjetas G&D. -
-
Uses of CryptoCard in es.gob.jmulticard.card.bit4id.stcm
Classes in es.gob.jmulticard.card.bit4id.stcm that implement CryptoCard Modifier and Type Class Description class
StCard
-
Uses of CryptoCard in es.gob.jmulticard.card.cardos
Classes in es.gob.jmulticard.card.cardos that implement CryptoCard Modifier and Type Class Description class
CardOS
Tarjeta Atos / Siemens CardOS. -
Uses of CryptoCard in es.gob.jmulticard.card.dnie
Subinterfaces of CryptoCard in es.gob.jmulticard.card.dnie Modifier and Type Interface Description interface
Dni
Base para todas las implementaciones de DNI.Classes in es.gob.jmulticard.card.dnie that implement CryptoCard Modifier and Type Class Description class
Dnie
DNI Electrónico.class
Dnie3
DNI Electrónico versión 3.0.class
DnieNfc
DNIe 3 accedido mediante PACE por NFC.Fields in es.gob.jmulticard.card.dnie declared as CryptoCard Modifier and Type Field Description private CryptoCard
DniePrivateKeyReference. dnieCard
Methods in es.gob.jmulticard.card.dnie that return CryptoCard Modifier and Type Method Description CryptoCard
DniePrivateKeyReference. getDnieCard()
Recupera el manejador de la tarjeta en la que se almacena la clave.Constructors in es.gob.jmulticard.card.dnie with parameters of type CryptoCard Constructor Description DniePrivateKeyReference(CryptoCard card, byte[] id, Location path, java.lang.String lbl, byte ref, int keyLength)
Crea una referencia a una clave privada del DNIe. -
Uses of CryptoCard in es.gob.jmulticard.card.dnie.ceressc
Classes in es.gob.jmulticard.card.dnie.ceressc that implement CryptoCard Modifier and Type Class Description class
CeresSc
Tarjeta FNMT CERES con canal seguro. -
Uses of CryptoCard in es.gob.jmulticard.card.dnie.tif
Classes in es.gob.jmulticard.card.dnie.tif that implement CryptoCard Modifier and Type Class Description class
Tif
Tarjeta FNMT TIF (variante del DNIe). -
Uses of CryptoCard in es.gob.jmulticard.card.fnmt.ceres
Classes in es.gob.jmulticard.card.fnmt.ceres that implement CryptoCard Modifier and Type Class Description class
Ceres
Tarjeta FNMT-RCM CERES. -
Uses of CryptoCard in es.gob.jmulticard.card.gemalto.tuir5
Classes in es.gob.jmulticard.card.gemalto.tuir5 that implement CryptoCard Modifier and Type Class Description class
TuiR5
Tarjeta Gemalto TUI R5 MPCOS. -
Uses of CryptoCard in es.gob.jmulticard.card.gide.smartcafe
Classes in es.gob.jmulticard.card.gide.smartcafe that implement CryptoCard Modifier and Type Class Description class
SmartCafePkcs15Applet
Tarjeta G&D SmartCafe con Applet PKCS#15. -
Uses of CryptoCard in es.gob.jmulticard.card.icao.bac
Classes in es.gob.jmulticard.card.icao.bac that implement CryptoCard Modifier and Type Class Description class
IcaoMrtdWithBac
Pasaporte accedido de forma inalámbrica mediante BAC. -
Uses of CryptoCard in es.gob.jmulticard.connection.pace
Classes in es.gob.jmulticard.connection.pace that implement CryptoCard Modifier and Type Class Description class
IcaoMrtdWithPace
Pasaporte accedido de forma inalámbrica mediante PACE. -
Uses of CryptoCard in es.gob.jmulticard.jse.provider
Methods in es.gob.jmulticard.jse.provider that return CryptoCard Modifier and Type Method Description CryptoCard
DniePrivateKey. getCryptoCard()
Obtiene la tarjeta capaz de operar con esta clave. -
Uses of CryptoCard in es.gob.jmulticard.jse.provider.ceres
Methods in es.gob.jmulticard.jse.provider.ceres that return CryptoCard Modifier and Type Method Description (package private) CryptoCard
CeresPrivateKey. getCryptoCard()
Obtiene la tarjeta capaz de operar con esta clave. -
Uses of CryptoCard in es.gob.jmulticard.jse.provider.gide
Fields in es.gob.jmulticard.jse.provider.gide declared as CryptoCard Modifier and Type Field Description private CryptoCard
SmartCafePrivateKey. card
Instancia de la tarjeta donde reside la clave.Methods in es.gob.jmulticard.jse.provider.gide that return CryptoCard Modifier and Type Method Description CryptoCard
SmartCafePrivateKey. getCryptoCard()
Obtiene la tarjeta a la que pertenece esta clave.
-