Uses of Class
es.gob.jmulticard.connection.LostChannelException
-
Packages that use LostChannelException Package Description es.gob.jmulticard.card.dnie Contiene todas las funcionalidades relacionadas con tarjetas criptográficas que sigan el estándar DNIe.es.gob.jmulticard.jse.provider.rsacipher Clases para el cifrado RSA. -
-
Uses of LostChannelException in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that throw LostChannelException Modifier and Type Method Description byte[]
Dnie. cipherData(byte[] data, PrivateKeyReference privateKeyReference)
Realiza un cifrado RSA directo con una clave privada. -
Uses of LostChannelException in es.gob.jmulticard.jse.provider.rsacipher
Methods in es.gob.jmulticard.jse.provider.rsacipher that throw LostChannelException 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.
-