engineDoFinal
protected byte[] engineDoFinal(byte[] input,
int inputOffset,
int inputLen)
throws IllegalBlockSizeException,
BadPaddingException
engineDoFinal
protected int engineDoFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
throws IllegalBlockSizeException,
BadPaddingException
engineGetBlockSize
protected int engineGetBlockSize()
engineGetIV
protected byte[] engineGetIV()
engineGetKeySize
protected int engineGetKeySize(Key key)
engineGetOutputSize
protected int engineGetOutputSize(int inputLen)
engineGetParameters
protected AlgorithmParameters engineGetParameters()
engineInit
protected void engineInit(int opmode,
Key key,
AlgorithmParameterSpec params,
SecureRandom random)
throws InvalidKeyException,
InvalidAlgorithmParameterException
engineInit
protected void engineInit(int opmode,
Key key,
AlgorithmParameters params,
SecureRandom random)
throws InvalidKeyException,
InvalidAlgorithmParameterException
engineInit
protected void engineInit(int opmode,
Key key,
SecureRandom random)
throws InvalidKeyException
engineSetMode
protected void engineSetMode(String mode)
throws NoSuchAlgorithmException
engineSetPadding
protected void engineSetPadding(String padding)
throws NoSuchPaddingException
engineUnwrap
protected Key engineUnwrap(byte[] wrappedKey,
String wrappedKeyAlgorithm,
int wrappedKeyType)
throws InvalidKeyException
engineUpdate
protected byte[] engineUpdate(byte[] input,
int inputOffset,
int inputLen)
engineUpdate
protected int engineUpdate(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
throws ShortBufferException
engineWrap
protected byte[] engineWrap(Key key)
throws IllegalBlockSizeException,
java.security.InvalidKeyException