Searched defs:unwrap (Results 1 – 9 of 9) sorted by relevance
61 <T> T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException; in unwrap() method
1267 public SSLEngineResult unwrap(ByteBuffer src, in unwrap() method in SSLEngine1304 public SSLEngineResult unwrap(ByteBuffer src, in unwrap() method in SSLEngine1392 public abstract SSLEngineResult unwrap(ByteBuffer src, in unwrap() method in SSLEngine
85 public MethodType unwrap() { return null; } in unwrap() method in MethodType
148 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, in unwrap() method in MySSLContextSpi.tmpSSLEngine
146 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, in unwrap() method in MySSLContextSpi.tmpSSLEngine
273 UnixFileAttributes unwrap() { in unwrap() method in UnixFileAttributes.UnixAsBasicFileAttributes
673 public MethodType unwrap() { in unwrap() method in MethodType
2100 public final Key unwrap(byte[] wrappedKey, in unwrap() method in Cipher
617 SSLEngineResult unwrap = clientEngine.engine.unwrap(bbs, bbd); in test_unwrap_ByteBuffer_ByteBuffer_01() local