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 classRSA.OAEPParametersParameters for use with non-FIPS RSA OAEP formatted key wrapping/unwrapping and encryption/decryption.static classRSA.PKCS1v15ParametersParameters for use with non-FIPS RSA PKCS#1 v1.5 formatted key wrapping/unwrapping and encryption/decryption.static classRSA.RawParametersParameters for use with unformatted RSA encryption/decryption.static classRSA.WrapParametersBase 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 AsymmetricBlockCipherRSA.OperatorFactory. createCipher(boolean forEncryption, AsymmetricKey key, RSA.Parameters parameters, java.security.SecureRandom random)
-