public class NexoDerivedKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NEXO_CIPHER_KEY_LENGTH |
static int |
NEXO_HMAC_KEY_LENGTH |
static int |
NEXO_IV_LENGTH |
| Constructor and Description |
|---|
NexoDerivedKey() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCipherKey() |
byte[] |
getHmacKey() |
byte[] |
getIv() |
void |
setCipherKey(byte[] cipherKey) |
void |
setHmacKey(byte[] hmacKey) |
void |
setIv(byte[] iv) |
public static final int NEXO_HMAC_KEY_LENGTH
public static final int NEXO_CIPHER_KEY_LENGTH
public static final int NEXO_IV_LENGTH
Copyright © 2022. All rights reserved.