public static class Encryption.keyIv extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
iv |
IvParameterSpec |
ivSpec |
SecretKeySpec |
keySpec |
byte[] |
symmetricKey |
| Constructor and Description |
|---|
keyIv(byte[] keyMaterial) |
keyIv(int keylength) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getKeyMaterial() |
public byte[] symmetricKey
public byte[] iv
public IvParameterSpec ivSpec
public SecretKeySpec keySpec
public keyIv(byte[] keyMaterial)
throws CothorityCryptoException
CothorityCryptoExceptionpublic keyIv(int keylength)
Copyright © 2018. All rights reserved.