public class DerivedMessageSecrets
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE |
| Constructor and Description |
|---|
DerivedMessageSecrets(byte[] okm) |
| Modifier and Type | Method and Description |
|---|---|
javax.crypto.spec.SecretKeySpec |
getCipherKey() |
javax.crypto.spec.IvParameterSpec |
getIv() |
javax.crypto.spec.SecretKeySpec |
getMacKey() |
public static final int SIZE