Searched defs:unwrap (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DWrapper.java39 <T> T unwrap(Class<T> iface) throws SQLException; method in interface:Wrapper
/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLEngine.java701 * called by {@code wrap} or {@code unwrap} if the initial handshake has not
948 public abstract SSLEngineResult unwrap(ByteBuffer src, method in class:SSLEngine
1005 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) throws SSLException { method in class:SSLEngine
1006 return unwrap(src, new ByteBuffer[] { dst }, 0, 1);
1030 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { method in class:SSLEngine
1034 return unwrap(src, dsts, 0, dsts.length);
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMySSLContextSpi.java148 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, method in class:MySSLContextSpi.tmpSSLEngine
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java146 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, method in class:MySSLContextSpi.tmpSSLEngine
/libcore/luni/src/main/java/javax/crypto/
H A DCipher.java1522 * the wrapped key to unwrap.
1539 public final Key unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, method in class:Cipher
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 92 milliseconds