AbstractConscryptEngine.smali
.class abstract Lorg/conscrypt/AbstractConscryptEngine;
.super Ljavax/net/ssl/SSLEngine;
.source ""
# direct methods
.method constructor <init>()V
.registers 1
invoke-direct {p0}, Ljavax/net/ssl/SSLEngine;-><init>()V
return-void
.end method
# virtual methods
.method abstract exportKeyingMaterial(Ljava/lang/String;[BI)[B
.end method
.method public abstract getApplicationProtocol()Ljava/lang/String;
.end method
.method abstract getApplicationProtocols()[Ljava/lang/String;
.end method
.method abstract getChannelId()[B
.end method
.method public abstract getHandshakeApplicationProtocol()Ljava/lang/String;
.end method
.method public final getHandshakeSession()Ljavax/net/ssl/SSLSession;
.registers 2
invoke-virtual {p0}, Lorg/conscrypt/AbstractConscryptEngine;->handshakeSession()Ljavax/net/ssl/SSLSession;
move-result-object v0
return-object v0
.end method
.method abstract getHostname()Ljava/lang/String;
.end method
.method public abstract getPeerHost()Ljava/lang/String;
.end method
.method public abstract getPeerPort()I
.end method
.method abstract getTlsUnique()[B
.end method
.method abstract handshakeSession()Ljavax/net/ssl/SSLSession;
.end method
.method abstract maxSealOverhead()I
.end method
.method abstract setApplicationProtocolSelector(Lorg/conscrypt/ApplicationProtocolSelector;)V
.end method
.method abstract setApplicationProtocols([Ljava/lang/String;)V
.end method
.method abstract setBufferAllocator(Lorg/conscrypt/BufferAllocator;)V
.end method
.method abstract setChannelIdEnabled(Z)V
.end method
.method abstract setChannelIdPrivateKey(Ljava/security/PrivateKey;)V
.end method
.method abstract setHandshakeListener(Lorg/conscrypt/HandshakeListener;)V
.end method
.method abstract setHostname(Ljava/lang/String;)V
.end method
.method abstract setUseSessionTickets(Z)V
.end method
.method public abstract unwrap(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
.end method
.method public abstract unwrap(Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
.end method
.method public abstract unwrap(Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;II)Ljavax/net/ssl/SSLEngineResult;
.end method
.method abstract unwrap([Ljava/nio/ByteBuffer;II[Ljava/nio/ByteBuffer;II)Ljavax/net/ssl/SSLEngineResult;
.end method
.method abstract unwrap([Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
.end method
.method public abstract wrap(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
.end method
.method public abstract wrap([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
.end method