abstract |
|
|
|
|
int |
engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) |
abstract |
|
|
|
|
byte[] |
engineDoFinal(byte[] input, int inputOffset, int inputLen) |
|
|
|
|
|
int |
engineDoFinal(ByteBuffer input, ByteBuffer output) |
abstract |
|
|
|
|
int |
engineGetBlockSize() |
abstract |
|
|
|
|
byte[] |
engineGetIV() |
|
|
|
|
|
int |
engineGetKeySize(Key key) |
abstract |
|
|
|
|
int |
engineGetOutputSize(int inputLen) |
abstract |
|
|
|
|
AlgorithmParameters |
engineGetParameters() |
abstract |
|
|
|
|
void |
engineInit(int opmode, Key key, SecureRandom random) |
abstract |
|
|
|
|
void |
engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) |
abstract |
|
|
|
|
void |
engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) |
abstract |
|
|
|
|
void |
engineSetMode(String mode) |
abstract |
|
|
|
|
void |
engineSetPadding(String padding) |
|
|
|
|
|
Key |
engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) |
|
|
|
|
|
int |
engineUpdate(ByteBuffer input, ByteBuffer output) |
abstract |
|
|
|
|
byte[] |
engineUpdate(byte[] input, int inputOffset, int inputLen) |
abstract |
|
|
|
|
int |
engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) |
|
|
|
|
|
byte[] |
engineWrap(Key key) |