Uses of Class
org.bouncycastle.crypto.general.RSA.WrapParameters
-
Packages that use RSA.WrapParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of RSA.WrapParameters in org.bouncycastle.crypto.general
Subclasses of RSA.WrapParameters 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.Methods in org.bouncycastle.crypto.general that return types with arguments of type RSA.WrapParameters Modifier and Type Method Description KeyUnwrapperUsingSecureRandom<RSA.WrapParameters>
RSA.KeyWrapOperatorFactory. createKeyUnwrapper(AsymmetricRSAKey key, RSA.WrapParameters parameters)
KeyWrapperUsingSecureRandom<RSA.WrapParameters>
RSA.KeyWrapOperatorFactory. createKeyWrapper(AsymmetricRSAKey key, RSA.WrapParameters parameters)
Methods in org.bouncycastle.crypto.general with parameters of type RSA.WrapParameters Modifier and Type Method Description KeyUnwrapperUsingSecureRandom<RSA.WrapParameters>
RSA.KeyWrapOperatorFactory. createKeyUnwrapper(AsymmetricRSAKey key, RSA.WrapParameters parameters)
KeyWrapperUsingSecureRandom<RSA.WrapParameters>
RSA.KeyWrapOperatorFactory. createKeyWrapper(AsymmetricRSAKey key, RSA.WrapParameters parameters)
Constructors in org.bouncycastle.crypto.general with parameters of type RSA.WrapParameters Constructor Description KeyGenParameters(RSA.WrapParameters parameters, java.math.BigInteger publicExponent, int keySize)
Constructor for a key targeted to a specific wrap algorithm.
-