DECRYPT_MODE, ENCRYPT_MODE| Constructor and Description |
|---|
AES256CBC() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize() |
int |
getIVSize() |
void |
init(int mode,
byte[] key,
byte[] iv) |
boolean |
isCBC() |
void |
update(byte[] foo,
int s1,
int len,
byte[] bar,
int s2) |
public int getBlockSize()
getBlockSize in interface Cipherpublic void init(int mode,
byte[] key,
byte[] iv)
throws java.lang.Exception
public void update(byte[] foo,
int s1,
int len,
byte[] bar,
int s2)
throws java.lang.Exception
Copyright © 2020 JCraft,Inc.. All Rights Reserved.