| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.crypto.params.IESParameters
org.gudy.bouncycastle.crypto.params.IESWithCipherParameters
public class IESWithCipherParameters
| Constructor Summary | |
|---|---|
IESWithCipherParameters(byte[] derivation,
                        byte[] encoding,
                        int macKeySize,
                        int cipherKeySize)
 | 
|
| Method Summary | |
|---|---|
 int | 
getCipherKeySize()
 | 
| Methods inherited from class org.gudy.bouncycastle.crypto.params.IESParameters | 
|---|
getDerivationV, getEncodingV, getMacKeySize | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IESWithCipherParameters(byte[] derivation,
                               byte[] encoding,
                               int macKeySize,
                               int cipherKeySize)
derivation - the derivation parameter for the KDF function.encoding - the encoding parameter for the KDF function.macKeySize - the size of the MAC key (in bits).cipherKeySize - the size of the associated Cipher key (in bits).| Method Detail | 
|---|
public int getCipherKeySize()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||