Table of Contents

Class IkeSessionParams.Builder

Namespace
Android.Net.Ipsec.Ike
Assembly
MASES.Netdroid.dll
public class IkeSessionParams.Builder : JVMBridgeBase<IkeSessionParams.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
IkeSessionParams.Builder
Implements
Extension Methods

Constructors

Builder()

public Builder()

Builder(IkeSessionParams)

public Builder(IkeSessionParams arg0)

Parameters

arg0 IkeSessionParams

IkeSessionParams

Builder(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Builder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

AddIkeOption(int)

public IkeSessionParams.Builder AddIkeOption(int arg0)

Parameters

arg0 int

int

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

AddIkeSaProposal(IkeSaProposal)

public IkeSessionParams.Builder AddIkeSaProposal(IkeSaProposal arg0)

Parameters

arg0 IkeSaProposal

IkeSaProposal

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

Build()

public IkeSessionParams Build()

Returns

IkeSessionParams

IkeSessionParams

CreatePoolableInstance()

HPA initializer for Builder()

public static IkeSessionParams.Builder CreatePoolableInstance()

Returns

IkeSessionParams.Builder

CreatePoolableInstance(IkeSessionParams)

HPA initializer for Builder(Android.Net.Ipsec.Ike.IkeSessionParams arg0)

public static IkeSessionParams.Builder CreatePoolableInstance(IkeSessionParams arg0)

Parameters

arg0 IkeSessionParams

Returns

IkeSessionParams.Builder

RemoveIkeOption(int)

public IkeSessionParams.Builder RemoveIkeOption(int arg0)

Parameters

arg0 int

int

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetAuthDigitalSignature(X509Certificate, X509Certificate, PrivateKey)

public IkeSessionParams.Builder SetAuthDigitalSignature(X509Certificate arg0, X509Certificate arg1, PrivateKey arg2)

Parameters

arg0 X509Certificate

X509Certificate

arg1 X509Certificate

X509Certificate

arg2 PrivateKey

PrivateKey

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetAuthDigitalSignature(X509Certificate, X509Certificate, List<X509Certificate>, PrivateKey)

public IkeSessionParams.Builder SetAuthDigitalSignature(X509Certificate arg0, X509Certificate arg1, List<X509Certificate> arg2, PrivateKey arg3)

Parameters

arg0 X509Certificate

X509Certificate

arg1 X509Certificate

X509Certificate

arg2 List<X509Certificate>

List

arg3 PrivateKey

PrivateKey

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetAuthEap(X509Certificate, EapSessionConfig)

public IkeSessionParams.Builder SetAuthEap(X509Certificate arg0, EapSessionConfig arg1)

Parameters

arg0 X509Certificate

X509Certificate

arg1 EapSessionConfig

EapSessionConfig

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetAuthPsk(byte[])

public IkeSessionParams.Builder SetAuthPsk(byte[] arg0)

Parameters

arg0 byte[]

byte

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetDpdDelaySeconds(int)

public IkeSessionParams.Builder SetDpdDelaySeconds(int arg0)

Parameters

arg0 int

int

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetLifetimeSeconds(int, int)

public IkeSessionParams.Builder SetLifetimeSeconds(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetLocalIdentification(IkeIdentification)

public IkeSessionParams.Builder SetLocalIdentification(IkeIdentification arg0)

Parameters

arg0 IkeIdentification

IkeIdentification

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetNattKeepAliveDelaySeconds(int)

public IkeSessionParams.Builder SetNattKeepAliveDelaySeconds(int arg0)

Parameters

arg0 int

int

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetNetwork(Network)

public IkeSessionParams.Builder SetNetwork(Network arg0)

Parameters

arg0 Network

Network

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetRemoteIdentification(IkeIdentification)

public IkeSessionParams.Builder SetRemoteIdentification(IkeIdentification arg0)

Parameters

arg0 IkeIdentification

IkeIdentification

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetRetransmissionTimeoutsMillis(int[])

public IkeSessionParams.Builder SetRetransmissionTimeoutsMillis(int[] arg0)

Parameters

arg0 int[]

int

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder

SetServerHostname(String)

public IkeSessionParams.Builder SetServerHostname(String arg0)

Parameters

arg0 String

String

Returns

IkeSessionParams.Builder

IkeSessionParams.Builder