public interface Cipher
限定符和类型 | 字段和说明 |
---|---|
static int |
DECRYPT_MODE |
static int |
ENCRYPT_MODE |
限定符和类型 | 方法和说明 |
---|---|
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
int getIVSize()
int getBlockSize()
void init(int mode, byte[] key, byte[] iv) throws java.lang.Exception
java.lang.Exception
void update(byte[] foo, int s1, int len, byte[] bar, int s2) throws java.lang.Exception
java.lang.Exception
boolean isCBC()