Table of Contents

Class SslError

Namespace
Android.Net.Http
Assembly
MASES.Netdroid.dll
public class SslError : JVMBridgeBase<SslError>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<SslError>
SslError
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<SslError>.IsAssignableFrom(IJavaType)
JVMBridgeBase<SslError>.IsAssignableFrom<T>()
JVMBridgeBase<SslError>.Execute<T>(params T[])
JVMBridgeBase<SslError>.DynBridgeClazz
JVMBridgeBase<SslError>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

SslError()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public SslError()

SslError(int, SslCertificate)

[Obsolete]
public SslError(int arg0, SslCertificate arg1)

Parameters

arg0 int

int

arg1 SslCertificate

SslCertificate

SslError(int, SslCertificate, String)

public SslError(int arg0, SslCertificate arg1, String arg2)

Parameters

arg0 int

int

arg1 SslCertificate

SslCertificate

arg2 String

String

SslError(int, X509Certificate)

[Obsolete]
public SslError(int arg0, X509Certificate arg1)

Parameters

arg0 int

int

arg1 X509Certificate

X509Certificate

SslError(int, X509Certificate, String)

public SslError(int arg0, X509Certificate arg1, String arg2)

Parameters

arg0 int

int

arg1 X509Certificate

X509Certificate

arg2 String

String

SslError(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public SslError(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SSL_DATE_INVALID

public static int SSL_DATE_INVALID { get; }

Property Value

int

SSL_EXPIRED

public static int SSL_EXPIRED { get; }

Property Value

int

SSL_IDMISMATCH

public static int SSL_IDMISMATCH { get; }

Property Value

int

SSL_INVALID

public static int SSL_INVALID { get; }

Property Value

int

SSL_MAX_ERROR

[Obsolete]
public static int SSL_MAX_ERROR { get; }

Property Value

int

SSL_NOTYETVALID

public static int SSL_NOTYETVALID { get; }

Property Value

int

SSL_UNTRUSTED

public static int SSL_UNTRUSTED { get; }

Property Value

int

Methods

AddError(int)

public bool AddError(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

GetCertificate()

public SslCertificate GetCertificate()

Returns

SslCertificate

SslCertificate

GetPrimaryError()

public int GetPrimaryError()

Returns

int

int

GetUrl()

public String GetUrl()

Returns

String

String

HasError(int)

public bool HasError(int arg0)

Parameters

arg0 int

int

Returns

bool

bool