Uses of Interface
org.bouncycastle.crypto.KeyWrapperUsingSecureRandom
-
Packages that use KeyWrapperUsingSecureRandom 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 KeyWrapperUsingSecureRandom in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return KeyWrapperUsingSecureRandom Modifier and Type Method Description KeyWrapperUsingSecureRandom<T>
KeyWrapperUsingSecureRandom. withSecureRandom(java.security.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 KeyWrapperUsingSecureRandom Modifier and Type Class Description class
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 KeyWrapperUsingSecureRandom Modifier and Type Method Description KeyWrapperUsingSecureRandom<ElGamal.WrapParameters>
ElGamal.KeyWrapOperatorFactory. createKeyWrapper(AsymmetricDHKey key, ElGamal.WrapParameters parameters)
KeyWrapperUsingSecureRandom<RSA.WrapParameters>
RSA.KeyWrapOperatorFactory. createKeyWrapper(AsymmetricRSAKey key, RSA.WrapParameters parameters)
-