Uses of Class
org.bouncycastle.crypto.fips.FipsRSA.WrapParameters
Packages that use FipsRSA.WrapParameters
-
Uses of FipsRSA.WrapParameters in org.bouncycastle.crypto.fips
Subclasses of FipsRSA.WrapParameters in org.bouncycastle.crypto.fipsModifier and TypeClassDescriptionstatic final class
Parameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.static final class
Parameters for use with PKCS#1 v1.5 format key wrapping/unwrapping.Methods in org.bouncycastle.crypto.fips that return types with arguments of type FipsRSA.WrapParametersModifier and TypeMethodDescriptionFipsRSA.KeyWrapOperatorFactory.createKeyUnwrapper
(AsymmetricRSAKey key, FipsRSA.WrapParameters parameters) FipsRSA.KeyWrapOperatorFactory.createKeyWrapper
(AsymmetricRSAKey key, FipsRSA.WrapParameters parameters) Methods in org.bouncycastle.crypto.fips with parameters of type FipsRSA.WrapParametersModifier and TypeMethodDescriptionFipsRSA.KeyWrapOperatorFactory.createKeyUnwrapper
(AsymmetricRSAKey key, FipsRSA.WrapParameters parameters) FipsRSA.KeyWrapOperatorFactory.createKeyWrapper
(AsymmetricRSAKey key, FipsRSA.WrapParameters parameters) Constructors in org.bouncycastle.crypto.fips with parameters of type FipsRSA.WrapParametersModifierConstructorDescriptionKeyGenParameters
(FipsRSA.WrapParameters parameters, BigInteger publicExponent, int keySize) Constructor for a key targeted to a specific wrap algorithm.