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 TypeClassDescriptionclassIntroducción incorrecta del PIN del DNIe.final classNo se encuentra un mecanismo para la inserción de password (ni unPasswordCallback, ni unCallbackHandlercapaz 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 PasswordCallbackDnie.getInternalPasswordCallback()Obtiene laPasswordCallbackpredefinida.protected PasswordCallbackDnie.getInternalPasswordCallback(boolean reset) Obtiene laPasswordCallbackpredefinida.intDnie.getPinRetriesLeft()Devuelve los intentos restantes de comprobación de PIN del DNIe.private voidCarga los certificados del DNIe si no lo estaban ya.voidEstablece y abre el canal seguro CWA-14890 si no lo estaba ya.voidDnie.openSecureChannelIfNotAlreadyOpened(boolean doChv) Establece y abre el canal seguro CWA-14890 si no lo estaba ya.voidSi 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.voidDnie3.openSecureChannelIfNotAlreadyOpened(boolean doChv) voidDnieNfc.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.voidDnie.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 TypeMethodDescriptionvoidCeresSc.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 PasswordCallbackCeres.getInternalPasswordCallback()Obtiene laPasswordCallbackpredefinida.private intCeres.getPinRetriesLeft()byte[]Ceres.sign(byte[] data, String algorithm, PrivateKeyReference keyRef) voidCeres.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 PasswordCallbackSmartCafePkcs15Applet.getInternalPasswordCallback()private intSmartCafePkcs15Applet.getPinRetriesLeft()byte[]SmartCafePkcs15Applet.sign(byte[] data, String algorithm, PrivateKeyReference keyRef) voidSmartCafePkcs15Applet.verifyPin(PasswordCallback psc) -
Uses of PinException in es.gob.jmulticard.card.iso7816four
Methods in es.gob.jmulticard.card.iso7816four that throw PinExceptionModifier and TypeMethodDescriptionabstract voidAbstractIso7816FourCard.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.