Uses of Interface
es.gob.jmulticard.card.PrivateKeyReference
Packages that use PrivateKeyReference
Package
Description
Contiene las funcionalidades genénericas para tarjetas criptográficas.
Tarjetas Atos / Siemens basadas en CardOS 4.01 o superior.
Contiene todas las funcionalidades relacionadas con tarjetas
criptográficas que sigan el estándar DNIe.
Tarjetas FNMT CERES 4.30 con canal seguro (basadas en DNIe 2.0).
Tarjeta FNMT-RCM CERES.
Tarjeta Gemalto TUI (Tarjeta Universitaria Inteligente) R5 (MPCOS+GemXpresso).
Tarjetas Giesecke+Devrient SmartCafe (con Applet JavaCard PKCS#15).
Implementación del protocolo BAC (basic Access Control).
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 PrivateKeyReferenceModifier and TypeMethodDescriptionCryptoCard.getPrivateKey
(String alias) Obtiene una referencia a la clave privada correspondiente al alias proporcionado.Methods in es.gob.jmulticard.card with parameters of type PrivateKeyReferenceModifier and TypeMethodDescriptionbyte[]
CryptoCard.sign
(byte[] data, 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 PrivateKeyReferenceMethods in es.gob.jmulticard.card.bit4id.stcm with parameters of type PrivateKeyReferenceModifier and TypeMethodDescriptionbyte[]
StCard.sign
(byte[] data, String algorithm, PrivateKeyReference keyRef) -
Uses of PrivateKeyReference in es.gob.jmulticard.card.cardos
Methods in es.gob.jmulticard.card.cardos that return PrivateKeyReferenceMethods in es.gob.jmulticard.card.cardos with parameters of type PrivateKeyReferenceModifier and TypeMethodDescriptionbyte[]
CardOS.sign
(byte[] data, String algorithm, PrivateKeyReference keyRef) -
Uses of PrivateKeyReference in es.gob.jmulticard.card.dnie
Classes in es.gob.jmulticard.card.dnie that implement PrivateKeyReferenceMethods in es.gob.jmulticard.card.dnie that return PrivateKeyReferenceMethods in es.gob.jmulticard.card.dnie with parameters of type PrivateKeyReferenceModifier and TypeMethodDescriptionbyte[]
Dnie.cipherData
(byte[] data, PrivateKeyReference privateKeyReference) Realiza un cifrado RSA directo con una clave privada.byte[]
Dnie.sign
(byte[] data, String signAlgorithm, PrivateKeyReference privateKeyReference) byte[]
DnieNfc.sign
(byte[] data, String signAlgorithm, PrivateKeyReference privateKeyReference) protected byte[]
Dnie.signInternal
(byte[] data, String signAlgorithm, PrivateKeyReference privateKeyReference) Ejecuta la operación interna de firma del DNIe.protected byte[]
Dnie3.signInternal
(byte[] data, String signAlgorithm, PrivateKeyReference privateKeyReference) protected byte[]
Dnie.signOperation
(byte[] data, 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 PrivateKeyReferenceMethods in es.gob.jmulticard.card.dnie.ceressc with parameters of type PrivateKeyReferenceModifier and TypeMethodDescriptionprotected byte[]
CeresSc.signOperation
(byte[] data, String algorithm, PrivateKeyReference privateKeyReference) -
Uses of PrivateKeyReference in es.gob.jmulticard.card.fnmt.ceres
Classes in es.gob.jmulticard.card.fnmt.ceres that implement PrivateKeyReferenceModifier and TypeClassDescriptionfinal class
Clave privada de una tarjeta CERES.Methods in es.gob.jmulticard.card.fnmt.ceres that return PrivateKeyReferenceMethods in es.gob.jmulticard.card.fnmt.ceres with parameters of type PrivateKeyReferenceModifier and TypeMethodDescriptionbyte[]
Ceres.sign
(byte[] data, String algorithm, PrivateKeyReference keyRef) -
Uses of PrivateKeyReference in es.gob.jmulticard.card.gemalto.tuir5
Classes in es.gob.jmulticard.card.gemalto.tuir5 that implement PrivateKeyReferenceMethods in es.gob.jmulticard.card.gemalto.tuir5 that return PrivateKeyReferenceMethods in es.gob.jmulticard.card.gemalto.tuir5 with parameters of type PrivateKeyReferenceModifier and TypeMethodDescriptionbyte[]
TuiR5.sign
(byte[] data, String algorithm, PrivateKeyReference keyRef) -
Uses of PrivateKeyReference in es.gob.jmulticard.card.gide.smartcafe
Classes in es.gob.jmulticard.card.gide.smartcafe that implement PrivateKeyReferenceModifier and TypeClassDescriptionfinal class
Clave privada de una tarjeta G&D con Applet PKCS#15.Methods in es.gob.jmulticard.card.gide.smartcafe that return PrivateKeyReferenceMethods in es.gob.jmulticard.card.gide.smartcafe with parameters of type PrivateKeyReferenceModifier and TypeMethodDescriptionbyte[]
SmartCafePkcs15Applet.sign
(byte[] data, 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 PrivateKeyReferenceModifier and TypeMethodDescriptionbyte[]
IcaoMrtdWithBac.sign
(byte[] data, String signAlgorithm, PrivateKeyReference privateKeyReference) -
Uses of PrivateKeyReference in es.gob.jmulticard.connection.pace
Methods in es.gob.jmulticard.connection.pace with parameters of type PrivateKeyReferenceModifier and TypeMethodDescriptionbyte[]
IcaoMrtdWithPace.sign
(byte[] data, String signAlgorithm, PrivateKeyReference privateKeyRef)