|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bouncycastle.crypto.params.KDFParameters
public class KDFParameters
parameters for Key derivation functions for IEEE P1363a
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()
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |