Uses of Class
es.gob.jmulticard.connection.LostChannelException
Packages that use LostChannelException
Package
Description
Contiene todas las funcionalidades relacionadas con tarjetas
criptográficas que sigan el estándar DNIe.
Clases para el cifrado RSA.
-
Uses of LostChannelException in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that throw LostChannelExceptionModifier and TypeMethodDescriptionbyte[]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 LostChannelExceptionModifier and TypeMethodDescriptionprivate byte[]DnieCipherImpl.doFinal()(package private) static byte[]RSACore.rsa(byte[] msg, RSAPrivateKey key) Ejecuta un cifrado RSA con una clave privada.