다음을 통해 공유


InvalidSelectorsException(Int32, Byte[]) Constructor

Definition

Construct an instance of InvalidSelectorsException.

[Android.Runtime.Register(".ctor", "(I[B)V", "", ApiSince=31)]
public InvalidSelectorsException (int spi, byte[] packetInfo);
[<Android.Runtime.Register(".ctor", "(I[B)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.Exceptions.InvalidSelectorsException : int * byte[] -> Android.Net.IpSec.Ike.Exceptions.InvalidSelectorsException

Parameters

spi
Int32

the SPI of the IPsec SA that delivered the packet with mismtached selectors.

packetInfo
Byte[]

the IP header plus the first 64 bits of the packet that has mismtached selectors.

Attributes

Remarks

Construct an instance of InvalidSelectorsException.

Except for testing, IKE library users normally do not instantiate this object themselves but instead get a reference via IkeSessionCallback or ChildSessionCallback

Java documentation for android.net.ipsec.ike.exceptions.InvalidSelectorsException.InvalidSelectorsException(int, byte[]).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to