Uses of Class
org.bouncycastle.crypto.general.RSA.Parameters
Packages that use RSA.Parameters
Package
Description
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.generalModifier and TypeClassDescriptionstatic final classParameters for use with non-FIPS RSA OAEP formatted key wrapping/unwrapping and encryption/decryption.static final classParameters for use with non-FIPS RSA PKCS#1 v1.5 formatted key wrapping/unwrapping and encryption/decryption.static final classParameters for use with unformatted RSA encryption/decryption.static classBase class for parameters that can also be used for key wrapping.Subclasses with type arguments of type RSA.Parameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for creating non-FIPS encryption/decryption operators.Methods in org.bouncycastle.crypto.general that return types with arguments of type RSA.ParametersModifier and TypeMethodDescriptionRSA.OperatorFactory.createBlockDecryptor(AsymmetricKey key, RSA.Parameters parameters) Methods in org.bouncycastle.crypto.general with parameters of type RSA.ParametersModifier and TypeMethodDescriptionRSA.OperatorFactory.createBlockDecryptor(AsymmetricKey key, RSA.Parameters parameters) protected AsymmetricBlockCipherRSA.OperatorFactory.createCipher(boolean forEncryption, AsymmetricKey key, RSA.Parameters parameters, SecureRandom random)