Table of Contents

Class CredentialDataResult.Entries

Namespace
Android.Security.Identity
Assembly
MASES.Netdroid.dll
public class CredentialDataResult.Entries : JVMBridgeBase<CredentialDataResult.Entries>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
CredentialDataResult.Entries
Implements
Extension Methods

Constructors

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

public static int STATUS_NOT_IN_REQUEST_MESSAGE { get; set; }

Property Value

int

STATUS_NOT_REQUESTED

public static int STATUS_NOT_REQUESTED { get; set; }

Property Value

int

STATUS_NO_ACCESS_CONTROL_PROFILES

public static int STATUS_NO_ACCESS_CONTROL_PROFILES { get; set; }

Property Value

int

STATUS_NO_SUCH_ENTRY

public static int STATUS_NO_SUCH_ENTRY { get; set; }

Property Value

int

STATUS_OK

public static int STATUS_OK { get; set; }

Property Value

int

STATUS_READER_AUTHENTICATION_FAILED

public static int STATUS_READER_AUTHENTICATION_FAILED { get; set; }

Property Value

int

STATUS_USER_AUTHENTICATION_FAILED

public static int STATUS_USER_AUTHENTICATION_FAILED { get; set; }

Property Value

int

Methods

GetEntry(String, String)

public byte[] GetEntry(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

byte[]

byte

GetEntryNames(String)

public Collection<String> GetEntryNames(String arg0)

Parameters

arg0 String

String

Returns

Collection<String>

Collection

GetNamespaces()

public Collection<String> GetNamespaces()

Returns

Collection<String>

Collection

GetRetrievedEntryNames(String)

public Collection<String> GetRetrievedEntryNames(String arg0)

Parameters

arg0 String

String

Returns

Collection<String>

Collection

GetStatus(String, String)

public int GetStatus(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

int

int