Java™ Platform
Standard Ed. 6

Uses of Class
javax.net.ssl.SSLEngineResult

Packages that use SSLEngineResult
javax.net.ssl Provides classes for the secure socket package. 
 

Uses of SSLEngineResult in javax.net.ssl
 

Methods in javax.net.ssl that return SSLEngineResult
 SSLEngineResult SSLEngine.unwrap(ByteBuffer src, ByteBuffer dst)
          Attempts to decode SSL/TLS network data into a plaintext application data buffer.
 SSLEngineResult SSLEngine.unwrap(ByteBuffer src, ByteBuffer[] dsts)
          Attempts to decode SSL/TLS network data into a sequence of plaintext application data buffers.
abstract  SSLEngineResult SSLEngine.unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length)
          Attempts to decode SSL/TLS network data into a subsequence of plaintext application data buffers.
 SSLEngineResult SSLEngine.wrap(ByteBuffer[] srcs, ByteBuffer dst)
          Attempts to encode plaintext bytes from a sequence of data buffers into SSL/TLS network data.
abstract  SSLEngineResult SSLEngine.wrap(ByteBuffer[] srcs, int offset, int length, ByteBuffer dst)
          Attempts to encode plaintext bytes from a subsequence of data buffers into SSL/TLS network data.
 SSLEngineResult SSLEngine.wrap(ByteBuffer src, ByteBuffer dst)
          Attempts to encode a buffer of plaintext application data into SSL/TLS network data.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.