|
|
final |
|
|
byte[] |
doFinal() |
|
|
final |
|
|
byte[] |
doFinal(byte[] input, int inputOffset, int inputLen) |
|
|
final |
|
|
int |
doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) |
|
|
final |
|
|
int |
doFinal(byte[] input, int inputOffset, int inputLen, byte[] output) |
|
|
final |
|
|
byte[] |
doFinal(byte[] input) |
|
|
final |
|
|
int |
doFinal(byte[] output, int outputOffset) |
|
|
final |
|
|
int |
doFinal(ByteBuffer input, ByteBuffer output) |
|
|
final |
|
|
String |
getAlgorithm() |
|
|
final |
|
|
int |
getBlockSize() |
|
|
final |
|
|
ExemptionMechanism |
getExemptionMechanism() |
|
|
final |
|
|
byte[] |
getIV() |
|
|
final |
static |
|
Cipher |
getInstance(String transformation, String provider) |
|
|
final |
static |
|
Cipher |
getInstance(String transformation) |
|
|
final |
static |
|
Cipher |
getInstance(String transformation, Provider provider) |
|
|
final |
static |
|
int |
getMaxAllowedKeyLength(String transformation) |
|
|
final |
static |
|
AlgorithmParameterSpec |
getMaxAllowedParameterSpec(String transformation) |
|
|
final |
|
|
int |
getOutputSize(int inputLen) |
|
|
final |
|
|
AlgorithmParameters |
getParameters() |
|
|
final |
|
|
Provider |
getProvider() |
|
|
final |
|
|
void |
init(int opmode, Key key, AlgorithmParameters params) |
|
|
final |
|
|
void |
init(int opmode, Certificate certificate) |
|
|
final |
|
|
void |
init(int opmode, Key key, AlgorithmParameterSpec params) |
|
|
final |
|
|
void |
init(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) |
|
|
final |
|
|
void |
init(int opmode, Key key) |
|
|
final |
|
|
void |
init(int opmode, Key key, AlgorithmParameters params, SecureRandom random) |
|
|
final |
|
|
void |
init(int opmode, Key key, SecureRandom random) |
|
|
final |
|
|
void |
init(int opmode, Certificate certificate, SecureRandom random) |
|
|
final |
|
|
Key |
unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) |
|
|
final |
|
|
int |
update(byte[] input, int inputOffset, int inputLen, byte[] output) |
|
|
final |
|
|
byte[] |
update(byte[] input) |
|
|
final |
|
|
byte[] |
update(byte[] input, int inputOffset, int inputLen) |
|
|
final |
|
|
int |
update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) |
|
|
final |
|
|
int |
update(ByteBuffer input, ByteBuffer output) |
|
|
final |
|
|
byte[] |
wrap(Key key) |