public class Blake3Parameters extends java.lang.Object implements CipherParameters
| Constructor and Description |
|---|
Blake3Parameters() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()