|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.params.KDFCounterParameters
public final class KDFCounterParameters
Constructor Summary | |
---|---|
KDFCounterParameters(byte[] ki,
byte[] fixedInputData,
int r)
|
Method Summary | |
---|---|
byte[] |
getFixedInputData()
|
byte[] |
getKI()
|
int |
getR()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KDFCounterParameters(byte[] ki, byte[] fixedInputData, int r)
Method Detail |
---|
public byte[] getKI()
public byte[] getFixedInputData()
public int getR()
|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |