Uses of Class
org.bouncycastle.crypto.fips.FipsRSA.WrapParameters
-
Packages that use FipsRSA.WrapParameters Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsRSA.WrapParameters in org.bouncycastle.crypto.fips
Subclasses of FipsRSA.WrapParameters in org.bouncycastle.crypto.fips Modifier and Type Class Description static class
FipsRSA.OAEPParameters
Parameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.static class
FipsRSA.PKCS1v15Parameters
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.WrapParameters Modifier and Type Method Description FipsKeyUnwrapperUsingSecureRandom<FipsRSA.WrapParameters>
FipsRSA.KeyWrapOperatorFactory. createKeyUnwrapper(AsymmetricRSAKey key, FipsRSA.WrapParameters parameters)
FipsKeyWrapperUsingSecureRandom<FipsRSA.WrapParameters>
FipsRSA.KeyWrapOperatorFactory. createKeyWrapper(AsymmetricRSAKey key, FipsRSA.WrapParameters parameters)
Methods in org.bouncycastle.crypto.fips with parameters of type FipsRSA.WrapParameters Modifier and Type Method Description FipsKeyUnwrapperUsingSecureRandom<FipsRSA.WrapParameters>
FipsRSA.KeyWrapOperatorFactory. createKeyUnwrapper(AsymmetricRSAKey key, FipsRSA.WrapParameters parameters)
FipsKeyWrapperUsingSecureRandom<FipsRSA.WrapParameters>
FipsRSA.KeyWrapOperatorFactory. createKeyWrapper(AsymmetricRSAKey key, FipsRSA.WrapParameters parameters)
Constructors in org.bouncycastle.crypto.fips with parameters of type FipsRSA.WrapParameters Constructor Description KeyGenParameters(FipsRSA.WrapParameters parameters, java.math.BigInteger publicExponent, int keySize)
Constructor for a key targeted to a specific wrap algorithm.
-