|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.jcajce.spec.HKDFParameterSpec
| Constructor Summary | |
HKDFParameterSpec(byte[] ikm,
byte[] salt,
byte[] info,
int outputLength)
|
|
| Method Summary | |
byte[] |
getIKM()
Returns the input keying material or seed. |
byte[] |
getInfo()
Returns the info field, which may be empty (null is converted to empty). |
int |
getOutputLength()
Returns the length (in bytes) of the output resulting from these parameters. |
byte[] |
getSalt()
Returns the salt, or null if the salt should be generated as a byte array of HashLen zeros. |
boolean |
skipExtract()
Returns if step 1: extract has to be skipped or not |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HKDFParameterSpec(byte[] ikm,
byte[] salt,
byte[] info,
int outputLength)
| Method Detail |
public byte[] getIKM()
public boolean skipExtract()
public byte[] getSalt()
public byte[] getInfo()
public int getOutputLength()
|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||