|
Bouncy Castle Cryptography Library 1.81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.jcajce.spec.UserKeyingMaterialSpec
| Constructor Summary | |
UserKeyingMaterialSpec(byte[] userKeyingMaterial)
Base constructor. |
|
UserKeyingMaterialSpec(byte[] userKeyingMaterial,
byte[] salt)
Base constructor. |
|
| Method Summary | |
byte[] |
getSalt()
Return a copy of the salt in this object. |
byte[] |
getUserKeyingMaterial()
Return a copy of the key material in this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UserKeyingMaterialSpec(byte[] userKeyingMaterial)
userKeyingMaterial - the bytes to be mixed in to the key agreement's KDF.
public UserKeyingMaterialSpec(byte[] userKeyingMaterial,
byte[] salt)
userKeyingMaterial - the bytes to be mixed in to the key agreement's KDF.salt - the salt to use with the underlying KDF.| Method Detail |
public byte[] getUserKeyingMaterial()
public byte[] getSalt()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||