| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.crypto.params.KDFParameters
public class KDFParameters
parameters for Key derivation functions.
| Constructor Summary | |
|---|---|
KDFParameters(byte[] shared,
              byte[] iv)
 | 
|
| Method Summary | |
|---|---|
 byte[] | 
getIV()
 | 
 byte[] | 
getSharedSecret()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public KDFParameters(byte[] shared,
                     byte[] iv)
| Method Detail | 
|---|
public byte[] getSharedSecret()
public byte[] getIV()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||