public static class Crypto.CipherParams
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
algorithm |
javax.crypto.spec.IvParameterSpec |
ivSpec |
int |
keyLength |
javax.crypto.spec.SecretKeySpec |
keySpec |
| Constructor and Description |
|---|
CipherParams(java.lang.String algorithm,
byte[] key) |