Uses of Class
org.bouncycastle.crypto.general.RSA.Parameters
-
Packages that use RSA.Parameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of RSA.Parameters in org.bouncycastle.crypto.general
Subclasses of RSA.Parameters in org.bouncycastle.crypto.general Modifier and Type Class Description static class
RSA.OAEPParameters
Parameters for use with non-FIPS RSA OAEP formatted key wrapping/unwrapping and encryption/decryption.static class
RSA.PKCS1v15Parameters
Parameters for use with non-FIPS RSA PKCS#1 v1.5 formatted key wrapping/unwrapping and encryption/decryption.static class
RSA.RawParameters
Parameters for use with unformatted RSA encryption/decryption.static class
RSA.WrapParameters
Base class for parameters that can also be used for key wrapping.Methods in org.bouncycastle.crypto.general that return types with arguments of type RSA.Parameters Modifier and Type Method Description SingleBlockDecryptor<RSA.Parameters>
RSA.OperatorFactory. createBlockDecryptor(AsymmetricKey key, RSA.Parameters parameters)
Methods in org.bouncycastle.crypto.general with parameters of type RSA.Parameters Modifier and Type Method Description SingleBlockDecryptor<RSA.Parameters>
RSA.OperatorFactory. createBlockDecryptor(AsymmetricKey key, RSA.Parameters parameters)
protected AsymmetricBlockCipher
RSA.OperatorFactory. createCipher(boolean forEncryption, AsymmetricKey key, RSA.Parameters parameters, java.security.SecureRandom random)
-