Uses of Class
org.bouncycastle.crypto.general.RSA.WrapParameters
Packages that use RSA.WrapParameters
Package
Description
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.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.Methods in org.bouncycastle.crypto.general that return types with arguments of type RSA.WrapParametersModifier and TypeMethodDescriptionRSA.KeyWrapOperatorFactory.createKeyUnwrapper
(AsymmetricRSAKey key, RSA.WrapParameters parameters) RSA.KeyWrapOperatorFactory.createKeyWrapper
(AsymmetricRSAKey key, RSA.WrapParameters parameters) Methods in org.bouncycastle.crypto.general with parameters of type RSA.WrapParametersModifier and TypeMethodDescriptionRSA.KeyWrapOperatorFactory.createKeyUnwrapper
(AsymmetricRSAKey key, RSA.WrapParameters parameters) RSA.KeyWrapOperatorFactory.createKeyWrapper
(AsymmetricRSAKey key, RSA.WrapParameters parameters) Constructors in org.bouncycastle.crypto.general with parameters of type RSA.WrapParametersModifierConstructorDescriptionKeyGenParameters
(RSA.WrapParameters parameters, BigInteger publicExponent, int keySize) Constructor for a key targeted to a specific wrap algorithm.