Descripción
Sintaxis
public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) throws SSLException
public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException
public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length) throws SSLException
Parámetros
- ByteBuffer src,
- int length,
- ByteBuffer dst,
- int offset,
- ByteBuffer[] dsts,
Excepciones
IllegalArgumentException, SSLException, IndexOutOfBoundsException, IllegalStateException, ReadOnlyBufferException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.