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

Commit d8dbd83e 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

Change-Id: I7407a74764628feeec04e5730df788e14fe2e5c6
parents 85cd7d9b bf9172de
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -4448,6 +4448,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);