Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76182b50 authored by Benedict Wong's avatar Benedict Wong Committed by android-build-merger
Browse files

Merge changes from topics "Expose IKE ID, TS & SaProposal", "Expose IKE...

Merge changes from topics "Expose IKE ID, TS & SaProposal", "Expose IKE exception and callback", "Expose IkeManager & IkeSession", "Expose SessionOptions & EapConfig" am: 091e4205 am: bf9172de
am: d8dbd83e

Change-Id: Ibe3c628fd6b3449c22be9e101dec6aeb1cb23895
parents 49d64ab7 d8dbd83e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -4579,6 +4579,14 @@ package android.net.ipsec.ike {
    method @NonNull public android.net.ipsec.ike.IkeSaProposal build();
  }
  public final class IkeSession implements java.lang.AutoCloseable {
    ctor public IkeSession(@NonNull android.content.Context, @NonNull android.net.ipsec.ike.IkeSessionOptions, @NonNull android.net.ipsec.ike.ChildSessionOptions, @NonNull java.util.concurrent.Executor, @NonNull android.net.ipsec.ike.IkeSessionCallback, @NonNull android.net.ipsec.ike.ChildSessionCallback);
    method public void close();
    method public void closeChildSession(@NonNull android.net.ipsec.ike.ChildSessionCallback);
    method public void kill();
    method public void openChildSession(@NonNull android.net.ipsec.ike.ChildSessionOptions, @NonNull android.net.ipsec.ike.ChildSessionCallback);
  }
  public interface IkeSessionCallback {
    method public void onClosed();
    method public void onClosedExceptionally(@NonNull android.net.ipsec.ike.exceptions.IkeException);