
|
Bouncy Castle Cryptography 1.11 API Specification: Class ParametersWithRandom
org.bouncycastle.crypto.params
Class ParametersWithRandom
java.lang.Object
|
+--org.bouncycastle.crypto.params.ParametersWithRandom
- All Implemented Interfaces:
- CipherParameters
- public class ParametersWithRandom
- extends java.lang.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,
java.security.SecureRandom random)
ParametersWithRandom
public ParametersWithRandom(CipherParameters parameters)
getRandom
public java.security.SecureRandom getRandom()
getParameters
public CipherParameters getParameters()
|