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

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DSslSessionWrapper.java43 abstract class SslSessionWrapper { class
49 static SslSessionWrapper newInstance(NativeRef.SSL_SESSION ref, ActiveSession activeSession)
72 * Creates a new {@link SslSessionWrapper} instance from the provided serialized bytes, which
78 static SslSessionWrapper newInstance(
209 private static final class Impl extends SslSessionWrapper {

Completed in 3631 milliseconds