Descripción
Sintaxis
protected abstract byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) throws IllegalBlockSizeException, BadPaddingException
protected abstract int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) throws ShortBufferException, IllegalBlockSizeException, BadPaddingException
protected int engineDoFinal(ByteBuffer input, ByteBuffer output) throws ShortBufferException, IllegalBlockSizeException, BadPaddingException
Parámetros
- ByteBuffer output,
- int inputLen,
- ByteBuffer input,
- int outputOffset,
- int inputOffset,
- byte[] input,
- byte[] output,
Excepciones
ShortBufferException, BadPaddingException, IllegalBlockSizeException, AEADBadTagException, NullPointerException
Clase Padre
Ejemplo
Artículos
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.