Uses of Class
es.gob.jmulticard.jse.provider.rsacipher.RSAPadding
-
Packages that use RSAPadding Package Description es.gob.jmulticard.jse.provider.rsacipher Clases para el cifrado RSA. -
-
Uses of RSAPadding in es.gob.jmulticard.jse.provider.rsacipher
Fields in es.gob.jmulticard.jse.provider.rsacipher declared as RSAPadding Modifier and Type Field Description private RSAPadding
DnieCipherImpl. padding
Methods in es.gob.jmulticard.jse.provider.rsacipher that return RSAPadding Modifier and Type Method Description (package private) static RSAPadding
RSAPadding. createInstance(int type, int paddedSize, java.security.SecureRandom random)
Get a RSAPadding instance of the specified type.(package private) static RSAPadding
RSAPadding. createInstance(int type, int paddedSize, java.security.SecureRandom random, javax.crypto.spec.OAEPParameterSpec spec)
Get a RSAPadding instance of the specified type, which must be OAEP.
-