Uses of Interface
org.bouncycastle.crypto.KeyWrapperUsingSecureRandom
Packages that use KeyWrapperUsingSecureRandom
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 KeyWrapperUsingSecureRandom in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return KeyWrapperUsingSecureRandomModifier and TypeMethodDescriptionKeyWrapperUsingSecureRandom.withSecureRandom
(SecureRandom random) Return a variant of this signer using the passed in random as its source of randomness. -
Uses of KeyWrapperUsingSecureRandom in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement KeyWrapperUsingSecureRandomModifier and TypeClassDescriptionclass
FipsKeyWrapperUsingSecureRandom<T extends Parameters>
Base class for the approved mode KeyWrapper implementations which need a SecureRandom. -
Uses of KeyWrapperUsingSecureRandom in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return KeyWrapperUsingSecureRandomModifier and TypeMethodDescriptionElGamal.KeyWrapOperatorFactory.createKeyWrapper
(AsymmetricDHKey key, ElGamal.WrapParameters parameters) RSA.KeyWrapOperatorFactory.createKeyWrapper
(AsymmetricRSAKey key, RSA.WrapParameters parameters)