Uses of Interface
es.gob.jmulticard.card.PrivateKeyReference
-
Packages that use PrivateKeyReference Package Description es.gob.jmulticard.card Contiene las funcionalidades genénericas para tarjetas criptográficas.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.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). -
-
Uses of PrivateKeyReference in es.gob.jmulticard.card
Methods in es.gob.jmulticard.card that return PrivateKeyReference Modifier and Type Method Description PrivateKeyReference
CryptoCard. getPrivateKey(java.lang.String alias)
Obtiene una referencia a la clave privada correspondiente al alias proporcionado.Methods in es.gob.jmulticard.card with parameters of type PrivateKeyReference Modifier and Type Method Description byte[]
CryptoCard. sign(byte[] data, java.lang.String algorithm, PrivateKeyReference keyRef)
Realiza una firma electrónica. -
Uses of PrivateKeyReference in es.gob.jmulticard.card.bit4id.stcm
Methods in es.gob.jmulticard.card.bit4id.stcm that return PrivateKeyReference Modifier and Type Method Description PrivateKeyReference
StCard. getPrivateKey(java.lang.String alias)
Methods in es.gob.jmulticard.card.bit4id.stcm with parameters of type PrivateKeyReference Modifier and Type Method Description byte[]
StCard. sign(byte[] data, java.lang.String algorithm, PrivateKeyReference keyRef)
-
Uses of PrivateKeyReference in es.gob.jmulticard.card.cardos
Methods in es.gob.jmulticard.card.cardos that return PrivateKeyReference Modifier and Type Method Description PrivateKeyReference
CardOS. getPrivateKey(java.lang.String alias)
Methods in es.gob.jmulticard.card.cardos with parameters of type PrivateKeyReference Modifier and Type Method Description byte[]
CardOS. sign(byte[] data, java.lang.String algorithm, PrivateKeyReference keyRef)
-
Uses of PrivateKeyReference in es.gob.jmulticard.card.dnie
Classes in es.gob.jmulticard.card.dnie that implement PrivateKeyReference Modifier and Type Class Description class
DniePrivateKeyReference
Clave privada de un DNIe.Methods in es.gob.jmulticard.card.dnie that return PrivateKeyReference Modifier and Type Method Description PrivateKeyReference
Dnie. getPrivateKey(java.lang.String alias)
Methods in es.gob.jmulticard.card.dnie with parameters of type PrivateKeyReference Modifier and Type Method Description byte[]
Dnie. cipherData(byte[] data, PrivateKeyReference privateKeyReference)
Realiza un cifrado RSA directo con una clave privada.byte[]
Dnie. sign(byte[] data, java.lang.String signAlgorithm, PrivateKeyReference privateKeyReference)
byte[]
DnieNfc. sign(byte[] data, java.lang.String signAlgorithm, PrivateKeyReference privateKeyReference)
protected byte[]
Dnie. signInternal(byte[] data, java.lang.String signAlgorithm, PrivateKeyReference privateKeyReference)
Ejecuta la operación interna de firma del DNIe.protected byte[]
Dnie3. signInternal(byte[] data, java.lang.String signAlgorithm, PrivateKeyReference privateKeyReference)
protected byte[]
Dnie. signOperation(byte[] data, java.lang.String signAlgorithm, PrivateKeyReference privateKeyReference)
Realiza la operación de firma. -
Uses of PrivateKeyReference in es.gob.jmulticard.card.dnie.ceressc
Methods in es.gob.jmulticard.card.dnie.ceressc that return PrivateKeyReference Modifier and Type Method Description PrivateKeyReference
CeresSc. getPrivateKey(java.lang.String alias)
Methods in es.gob.jmulticard.card.dnie.ceressc with parameters of type PrivateKeyReference Modifier and Type Method Description protected byte[]
CeresSc. signOperation(byte[] data, java.lang.String algorithm, PrivateKeyReference privateKeyReference)
-
Uses of PrivateKeyReference in es.gob.jmulticard.card.fnmt.ceres
Classes in es.gob.jmulticard.card.fnmt.ceres that implement PrivateKeyReference Modifier and Type Class Description class
CeresPrivateKeyReference
Clave privada de una tarjeta CERES.Methods in es.gob.jmulticard.card.fnmt.ceres that return PrivateKeyReference Modifier and Type Method Description PrivateKeyReference
Ceres. getPrivateKey(java.lang.String alias)
Methods in es.gob.jmulticard.card.fnmt.ceres with parameters of type PrivateKeyReference Modifier and Type Method Description byte[]
Ceres. sign(byte[] data, java.lang.String algorithm, PrivateKeyReference keyRef)
-
Uses of PrivateKeyReference in es.gob.jmulticard.card.gemalto.tuir5
Classes in es.gob.jmulticard.card.gemalto.tuir5 that implement PrivateKeyReference Modifier and Type Class Description class
TuiPrivateKeyReference
Clave privada de una TUI.Methods in es.gob.jmulticard.card.gemalto.tuir5 that return PrivateKeyReference Modifier and Type Method Description PrivateKeyReference
TuiR5. getPrivateKey(java.lang.String alias)
Methods in es.gob.jmulticard.card.gemalto.tuir5 with parameters of type PrivateKeyReference Modifier and Type Method Description byte[]
TuiR5. sign(byte[] data, java.lang.String algorithm, PrivateKeyReference keyRef)
-
Uses of PrivateKeyReference in es.gob.jmulticard.card.gide.smartcafe
Classes in es.gob.jmulticard.card.gide.smartcafe that implement PrivateKeyReference Modifier and Type Class Description class
SmartCafePrivateKeyReference
Clave privada de una tarjeta G&D con Applet PKCS#15.Methods in es.gob.jmulticard.card.gide.smartcafe that return PrivateKeyReference Modifier and Type Method Description PrivateKeyReference
SmartCafePkcs15Applet. getPrivateKey(java.lang.String alias)
Methods in es.gob.jmulticard.card.gide.smartcafe with parameters of type PrivateKeyReference Modifier and Type Method Description byte[]
SmartCafePkcs15Applet. sign(byte[] data, java.lang.String algorithm, PrivateKeyReference keyRef)
-
Uses of PrivateKeyReference in es.gob.jmulticard.card.icao.bac
Methods in es.gob.jmulticard.card.icao.bac with parameters of type PrivateKeyReference Modifier and Type Method Description byte[]
IcaoMrtdWithBac. sign(byte[] data, java.lang.String signAlgorithm, PrivateKeyReference privateKeyReference)
-
Uses of PrivateKeyReference in es.gob.jmulticard.connection.pace
Methods in es.gob.jmulticard.connection.pace with parameters of type PrivateKeyReference Modifier and Type Method Description byte[]
IcaoMrtdWithPace. sign(byte[] data, java.lang.String signAlgorithm, PrivateKeyReference privateKeyRef)
-