Google

Bouncy Castle Cryptography 1.11 API Specification: Class ParametersWithRandom
Bouncy Castle Cryptography 1.11

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


Constructor Summary
ParametersWithRandom(CipherParameters parameters)
           
ParametersWithRandom(CipherParameters parameters, java.security.SecureRandom random)
           
 
Method Summary
 CipherParameters getParameters()
           
 java.security.SecureRandom getRandom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParametersWithRandom

public ParametersWithRandom(CipherParameters parameters,
                            java.security.SecureRandom random)

ParametersWithRandom

public ParametersWithRandom(CipherParameters parameters)
Method Detail

getRandom

public java.security.SecureRandom getRandom()

getParameters

public CipherParameters getParameters()

Bouncy Castle Cryptography 1.11