|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.core.kdf.KDFParameterSpec
This class specifies parameters used by the KDF1, KDF2, and
X963 key derivation functions. The parameters consist of a byte array
containing shared information.
| Constructor Summary | |
KDFParameterSpec(byte[] sharedInfo)
Constructor. |
|
| Method Summary | |
byte[] |
getSharedInfo()
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public KDFParameterSpec(byte[] sharedInfo)
sharedInfo - the shared information| Method Detail |
public byte[] getSharedInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||