Uses of Interface
org.bouncycastle.crypto.KeyUnwrapperUsingSecureRandom
-
Packages that use KeyUnwrapperUsingSecureRandom Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithmsorg.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of KeyUnwrapperUsingSecureRandom in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return KeyUnwrapperUsingSecureRandom Modifier and Type Method Description KeyUnwrapperUsingSecureRandom<T>
KeyUnwrapperUsingSecureRandom. withSecureRandom(java.security.SecureRandom random)
Return a variant of this signer using the passed in random as its source of randomness. -
Uses of KeyUnwrapperUsingSecureRandom in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement KeyUnwrapperUsingSecureRandom Modifier and Type Class Description class
FipsKeyUnwrapperUsingSecureRandom<T extends Parameters>
Base class for the approved mode KeyUnwrapper implementations which need a SecureRandom. -
Uses of KeyUnwrapperUsingSecureRandom in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return KeyUnwrapperUsingSecureRandom Modifier and Type Method Description KeyUnwrapperUsingSecureRandom<ElGamal.WrapParameters>
ElGamal.KeyWrapOperatorFactory. createKeyUnwrapper(AsymmetricDHKey key, ElGamal.WrapParameters parameters)
KeyUnwrapperUsingSecureRandom<RSA.WrapParameters>
RSA.KeyWrapOperatorFactory. createKeyUnwrapper(AsymmetricRSAKey key, RSA.WrapParameters parameters)
-