engineDoFinal
protected byte[] engineDoFinal(byte[] in,
int offset,
int length)
throws IllegalBlockSizeException,
BadPaddingException
engineDoFinal
protected int engineDoFinal(byte[] in,
int inOffset,
int length,
byte[] out,
int outOffset)
throws ShortBufferException,
IllegalBlockSizeException,
BadPaddingException
engineGetBlockSize
protected int engineGetBlockSize()
engineGetIV
protected byte[] engineGetIV()
engineGetOutputSize
protected int engineGetOutputSize(int in)
engineGetParameters
protected AlgorithmParameters engineGetParameters()
engineInit
protected void engineInit(int mode,
Key key,
AlgorithmParameterSpec p,
SecureRandom r)
throws InvalidKeyException,
InvalidAlgorithmParameterException
engineInit
protected void engineInit(int mode,
Key key,
AlgorithmParameters p,
SecureRandom r)
throws InvalidKeyException,
InvalidAlgorithmParameterException
engineInit
protected void engineInit(int mode,
Key key,
SecureRandom r)
throws InvalidKeyException
engineSetMode
protected void engineSetMode(String s)
throws NoSuchAlgorithmException
engineSetPadding
protected void engineSetPadding(String s)
throws NoSuchPaddingException
engineUpdate
protected byte[] engineUpdate(byte[] in,
int offset,
int length)
engineUpdate
protected int engineUpdate(byte[] in,
int inOffset,
int length,
byte[] out,
int outOffset)
throws ShortBufferException