|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.crypto.params.ParametersWithRandom
public class ParametersWithRandom
| Field Summary | |
|---|---|
private CipherParameters |
parameters
|
private java.security.SecureRandom |
random
|
| Constructor Summary | |
|---|---|
ParametersWithRandom()
|
|
| 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 |
| Field Detail |
|---|
private java.security.SecureRandom random
private CipherParameters parameters
| Constructor Detail |
|---|
public ParametersWithRandom()
| Method Detail |
|---|
public java.security.SecureRandom getRandom()
public CipherParameters getParameters()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc