Table of Contents

Class ResultData

Namespace
Android.Security.Identity
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class ResultData : JVMBridgeBase<ResultData>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
ResultData
Implements
Extension Methods

Constructors

ResultData(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 ResultData(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

STATUS_NOT_IN_REQUEST_MESSAGE

[Obsolete("Deprecated in JVM")]
public static int STATUS_NOT_IN_REQUEST_MESSAGE { get; set; }

Property Value

int

STATUS_NOT_REQUESTED

[Obsolete("Deprecated in JVM")]
public static int STATUS_NOT_REQUESTED { get; set; }

Property Value

int

STATUS_NO_ACCESS_CONTROL_PROFILES

[Obsolete("Deprecated in JVM")]
public static int STATUS_NO_ACCESS_CONTROL_PROFILES { get; set; }

Property Value

int

STATUS_NO_SUCH_ENTRY

[Obsolete("Deprecated in JVM")]
public static int STATUS_NO_SUCH_ENTRY { get; set; }

Property Value

int

STATUS_OK

[Obsolete("Deprecated in JVM")]
public static int STATUS_OK { get; set; }

Property Value

int

STATUS_READER_AUTHENTICATION_FAILED

[Obsolete("Deprecated in JVM")]
public static int STATUS_READER_AUTHENTICATION_FAILED { get; set; }

Property Value

int

STATUS_USER_AUTHENTICATION_FAILED

[Obsolete("Deprecated in JVM")]
public static int STATUS_USER_AUTHENTICATION_FAILED { get; set; }

Property Value

int

Methods

GetAuthenticatedData()

[Obsolete("Deprecated in JVM")]
public byte[] GetAuthenticatedData()

Returns

byte[]

byte

GetEntry(String, String)

[Obsolete("Deprecated in JVM")]
public byte[] GetEntry(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

byte[]

byte

GetEntryNames(String)

[Obsolete("Deprecated in JVM")]
public Collection<String> GetEntryNames(String arg0)

Parameters

arg0 String

String

Returns

Collection<String>

Collection

GetMessageAuthenticationCode()

[Obsolete("Deprecated in JVM")]
public byte[] GetMessageAuthenticationCode()

Returns

byte[]

byte

GetNamespaces()

[Obsolete("Deprecated in JVM")]
public Collection<String> GetNamespaces()

Returns

Collection<String>

Collection

GetRetrievedEntryNames(String)

[Obsolete("Deprecated in JVM")]
public Collection<String> GetRetrievedEntryNames(String arg0)

Parameters

arg0 String

String

Returns

Collection<String>

Collection

GetStaticAuthenticationData()

[Obsolete("Deprecated in JVM")]
public byte[] GetStaticAuthenticationData()

Returns

byte[]

byte

GetStatus(String, String)

[Obsolete("Deprecated in JVM")]
public int GetStatus(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

int

int