Cipher.update() | Java

 

Descripción

Sintaxis

public final byte[] update(byte[] input)
public final byte[] update(byte[] input, int inputOffset, int inputLen)
public final int update(byte[] input, int inputOffset, int inputLen, byte[] output) throws ShortBufferException
public final int update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) throws ShortBufferException
public final int update(ByteBuffer input, ByteBuffer output) throws ShortBufferException

Parámetros

  • ByteBuffer output,
  • int inputLen,
  • ByteBuffer input,
  • int outputOffset,
  • int inputOffset,
  • byte[] input,
  • byte[] output,

Excepciones

IllegalArgumentException, ShortBufferException, IllegalStateException, ReadOnlyBufferException

Clase Padre

Cipher

Ejemplo


Artículos

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.