org.gudy.bouncycastle.crypto.params
Class ParametersWithRandom
java.lang.Object
org.gudy.bouncycastle.crypto.params.ParametersWithRandom
- All Implemented Interfaces:
- CipherParameters
public class ParametersWithRandom
- extends Object
- implements CipherParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParametersWithRandom
public ParametersWithRandom(CipherParameters parameters,
SecureRandom random)
ParametersWithRandom
public ParametersWithRandom(CipherParameters parameters)
getRandom
public SecureRandom getRandom()
getParameters
public CipherParameters getParameters()