Uses of Class
es.gob.jmulticard.jse.provider.rsacipher.RSAPadding
Packages that use RSAPadding
-
Uses of RSAPadding in es.gob.jmulticard.jse.provider.rsacipher
Fields in es.gob.jmulticard.jse.provider.rsacipher declared as RSAPaddingMethods in es.gob.jmulticard.jse.provider.rsacipher that return RSAPaddingModifier and TypeMethodDescription(package private) static RSAPadding
RSAPadding.createInstance
(int type, int paddedSize, SecureRandom random) Get a RSAPadding instance of the specified type.(package private) static RSAPadding
RSAPadding.createInstance
(int type, int paddedSize, SecureRandom random, OAEPParameterSpec spec) Get a RSAPadding instance of the specified type, which must be OAEP.