|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.params.Blake3Parameters
Blake3 Parameters.
Constructor Summary | |
Blake3Parameters()
|
Method Summary | |
void |
clearKey()
Clear the key bytes. |
static Blake3Parameters |
context(byte[] pContext)
Create a key parameter. |
byte[] |
getContext()
Obtain the salt. |
byte[] |
getKey()
Obtain the key. |
static Blake3Parameters |
key(byte[] pKey)
Create a key parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Blake3Parameters()
Method Detail |
public static Blake3Parameters context(byte[] pContext)
pContext
- the contextpublic static Blake3Parameters key(byte[] pKey)
pKey
- the keypublic byte[] getKey()
public void clearKey()
public byte[] getContext()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |