Uses of Interface
org.bouncycastle.crypto.KeyUnwrapperUsingSecureRandom
Packages that use KeyUnwrapperUsingSecureRandom
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of KeyUnwrapperUsingSecureRandom in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return KeyUnwrapperUsingSecureRandomModifier and TypeMethodDescriptionKeyUnwrapperUsingSecureRandom.withSecureRandom
(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 KeyUnwrapperUsingSecureRandomModifier and TypeClassDescriptionclass
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 KeyUnwrapperUsingSecureRandomModifier and TypeMethodDescriptionElGamal.KeyWrapOperatorFactory.createKeyUnwrapper
(AsymmetricDHKey key, ElGamal.WrapParameters parameters) RSA.KeyWrapOperatorFactory.createKeyUnwrapper
(AsymmetricRSAKey key, RSA.WrapParameters parameters)