public interface Cipher
Modifier and Type | Field and Description |
---|---|
static int |
DECRYPT_MODE |
static int |
ENCRYPT_MODE |
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) |
static final int ENCRYPT_MODE
static final int DECRYPT_MODE
Copyright © 2024 JCraft,Inc.. All rights reserved.