Uses of Class
es.gob.jmulticard.card.PinException
Packages that use PinException
Package
Description
Contiene las funcionalidades genénericas para tarjetas criptográficas.
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.
Tarjetas Giesecke+Devrient SmartCafe (con Applet JavaCard PKCS#15).
Contiene todas las funcionalidades relacionadas con un dispositivo
criptográfico que sigue el estándar ISO/IEC 7816-4:2005.
Clases para el cifrado RSA.
-
Uses of PinException in es.gob.jmulticard.card
Subclasses of PinException in es.gob.jmulticard.cardModifier and TypeClassDescriptionclass
Introducción incorrecta del PIN del DNIe.final class
No se encuentra un mecanismo para la inserción de password (ni unPasswordCallback
, ni unCallbackHandler
capaz de manejarlo).Methods in es.gob.jmulticard.card that throw PinExceptionModifier and TypeMethodDescriptionCryptoCard.getCertificate
(String alias) Obtiene el certificado correspondiente al alias proporcionado.byte[]
CryptoCard.sign
(byte[] data, String algorithm, PrivateKeyReference keyRef) Realiza una firma electrónica. -
Uses of PinException in es.gob.jmulticard.card.bit4id.stcm
Methods in es.gob.jmulticard.card.bit4id.stcm that throw PinException -
Uses of PinException in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that throw PinExceptionModifier and TypeMethodDescriptionbyte[]
Realiza la operación de cambio de PIN.byte[]
Dnie.cipherData
(byte[] data, PrivateKeyReference privateKeyReference) Realiza un cifrado RSA directo con una clave privada.Dnie.getCertificate
(String alias) protected PasswordCallback
Dnie.getInternalPasswordCallback()
Obtiene laPasswordCallback
predefinida.protected PasswordCallback
Dnie.getInternalPasswordCallback
(boolean reset) Obtiene laPasswordCallback
predefinida.int
Dnie.getPinRetriesLeft()
Devuelve los intentos restantes de comprobación de PIN del DNIe.private void
Carga los certificados del DNIe si no lo estaban ya.void
Establece y abre el canal seguro CWA-14890 si no lo estaba ya.void
Dnie.openSecureChannelIfNotAlreadyOpened
(boolean doChv) Establece y abre el canal seguro CWA-14890 si no lo estaba ya.void
Si no se había hecho anteriormente, establece y abre el canal seguro de PIN CWA-14890, solicita y comprueba el PIN e inmediatamente después y, si la verificación es correcta, establece el canal de usuario CWA-14890.void
Dnie3.openSecureChannelIfNotAlreadyOpened
(boolean doChv) void
DnieNfc.openSecureChannelIfNotAlreadyOpened()
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.void
Dnie.verifyPin
(PasswordCallback psc) -
Uses of PinException in es.gob.jmulticard.card.dnie.ceressc
Methods in es.gob.jmulticard.card.dnie.ceressc that throw PinExceptionModifier and TypeMethodDescriptionvoid
CeresSc.openSecureChannelIfNotAlreadyOpened()
Establece y abre el canal seguro CWA-14890 si no lo estaba ya hecho.protected byte[]
CeresSc.signOperation
(byte[] data, String algorithm, PrivateKeyReference privateKeyReference) -
Uses of PinException in es.gob.jmulticard.card.fnmt.ceres
Methods in es.gob.jmulticard.card.fnmt.ceres that throw PinExceptionModifier and TypeMethodDescriptionprotected PasswordCallback
Ceres.getInternalPasswordCallback()
Obtiene laPasswordCallback
predefinida.private int
Ceres.getPinRetriesLeft()
byte[]
Ceres.sign
(byte[] data, String algorithm, PrivateKeyReference keyRef) void
Ceres.verifyPin
(PasswordCallback pinPc) -
Uses of PinException in es.gob.jmulticard.card.gide.smartcafe
Methods in es.gob.jmulticard.card.gide.smartcafe that throw PinExceptionModifier and TypeMethodDescriptionprivate PasswordCallback
SmartCafePkcs15Applet.getInternalPasswordCallback()
private int
SmartCafePkcs15Applet.getPinRetriesLeft()
byte[]
SmartCafePkcs15Applet.sign
(byte[] data, String algorithm, PrivateKeyReference keyRef) void
SmartCafePkcs15Applet.verifyPin
(PasswordCallback psc) -
Uses of PinException in es.gob.jmulticard.card.iso7816four
Methods in es.gob.jmulticard.card.iso7816four that throw PinExceptionModifier and TypeMethodDescriptionabstract void
AbstractIso7816FourCard.verifyPin
(PasswordCallback pinPc) Verifica el PIN de la tarjeta. -
Uses of PinException in es.gob.jmulticard.jse.provider.rsacipher
Methods in es.gob.jmulticard.jse.provider.rsacipher that throw PinExceptionModifier and TypeMethodDescriptionprivate byte[]
DnieCipherImpl.doFinal()
(package private) static byte[]
RSACore.rsa
(byte[] msg, RSAPrivateKey key) Ejecuta un cifrado RSA con una clave privada.