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 class
Parameters for use with non-FIPS RSA OAEP formatted key wrapping/unwrapping and encryption/decryption.static final class
Parameters for use with non-FIPS RSA PKCS#1 v1.5 formatted key wrapping/unwrapping and encryption/decryption.static final class
Parameters for use with unformatted RSA encryption/decryption.static class
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.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 AsymmetricBlockCipher
RSA.OperatorFactory.createCipher
(boolean forEncryption, AsymmetricKey key, RSA.Parameters parameters, SecureRandom random)