Uses of Class
es.gob.jmulticard.card.PinException
-
Packages that use PinException 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.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.gide.smartcafe Tarjetas Giesecke+Devrient SmartCafe (con Applet JavaCard PKCS#15).es.gob.jmulticard.card.iso7816four Contiene todas las funcionalidades relacionadas con un dispositivo criptográfico que sigue el estándar ISO/IEC 7816-4:2005.es.gob.jmulticard.jse.provider.rsacipher Clases para el cifrado RSA. -
-
Uses of PinException in es.gob.jmulticard.card
Subclasses of PinException in es.gob.jmulticard.card Modifier and Type Class Description class
BadPinException
Introducción incorrecta del PIN del DNIe.class
PasswordCallbackNotFoundException
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 PinException Modifier and Type Method Description java.security.cert.X509Certificate
CryptoCard. getCertificate(java.lang.String alias)
Obtiene el certificado correspondiente al alias proporcionado.byte[]
CryptoCard. sign(byte[] data, java.lang.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 Modifier and Type Method Description void
StCard. verifyPin(javax.security.auth.callback.PasswordCallback pinPc)
-
Uses of PinException in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that throw PinException Modifier and Type Method Description byte[]
Dnie. changePIN(java.lang.String oldPin, java.lang.String newPin)
Realiza la operación de cambio de PIN.byte[]
Dnie. cipherData(byte[] data, PrivateKeyReference privateKeyReference)
Realiza un cifrado RSA directo con una clave privada.java.security.cert.X509Certificate
Dnie. getCertificate(java.lang.String alias)
protected javax.security.auth.callback.PasswordCallback
Dnie. getInternalPasswordCallback()
Obtiene laPasswordCallback
predefinida.protected javax.security.auth.callback.PasswordCallback
Dnie. getInternalPasswordCallback(boolean reset)
Obtiene laPasswordCallback
predefinida.int
Dnie. getPinRetriesLeft()
Devuelve los intentos restantes de comprobación de PIN del DNIe.private void
Dnie. loadCertificatesIfNotAlreadyLoaded()
Carga los certificados del DNIe si no lo estaban ya.void
Dnie. openSecureChannelIfNotAlreadyOpened()
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
Dnie3. openSecureChannelIfNotAlreadyOpened()
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, 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.void
Dnie. verifyPin(javax.security.auth.callback.PasswordCallback psc)
-
Uses of PinException in es.gob.jmulticard.card.dnie.ceressc
Methods in es.gob.jmulticard.card.dnie.ceressc that throw PinException Modifier and Type Method Description void
CeresSc. openSecureChannelIfNotAlreadyOpened()
Establece y abre el canal seguro CWA-14890 si no lo estaba ya hecho.protected byte[]
CeresSc. signOperation(byte[] data, java.lang.String algorithm, PrivateKeyReference privateKeyReference)
-
Uses of PinException in es.gob.jmulticard.card.fnmt.ceres
Methods in es.gob.jmulticard.card.fnmt.ceres that throw PinException Modifier and Type Method Description protected javax.security.auth.callback.PasswordCallback
Ceres. getInternalPasswordCallback()
Obtiene laPasswordCallback
predefinida.private int
Ceres. getPinRetriesLeft()
byte[]
Ceres. sign(byte[] data, java.lang.String algorithm, PrivateKeyReference keyRef)
void
Ceres. verifyPin(javax.security.auth.callback.PasswordCallback pinPc)
-
Uses of PinException in es.gob.jmulticard.card.gide.smartcafe
Methods in es.gob.jmulticard.card.gide.smartcafe that throw PinException Modifier and Type Method Description private javax.security.auth.callback.PasswordCallback
SmartCafePkcs15Applet. getInternalPasswordCallback()
private int
SmartCafePkcs15Applet. getPinRetriesLeft()
byte[]
SmartCafePkcs15Applet. sign(byte[] data, java.lang.String algorithm, PrivateKeyReference keyRef)
void
SmartCafePkcs15Applet. verifyPin(javax.security.auth.callback.PasswordCallback psc)
-
Uses of PinException in es.gob.jmulticard.card.iso7816four
Methods in es.gob.jmulticard.card.iso7816four that throw PinException Modifier and Type Method Description abstract void
AbstractIso7816FourCard. verifyPin(javax.security.auth.callback.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 PinException Modifier and Type Method Description private byte[]
DnieCipherImpl. doFinal()
(package private) static byte[]
RSACore. rsa(byte[] msg, java.security.interfaces.RSAPrivateKey key)
Ejecuta un cifrado RSA con una clave privada.
-