Table of Contents

Class CredentialDataResult.Entries

Namespace
Android.Security.Identity
Assembly
MASES.Netdroid.dll
public class CredentialDataResult.Entries : JVMBridgeBase<CredentialDataResult.Entries>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
CredentialDataResult.Entries
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<CredentialDataResult.Entries>.IsAssignableFrom(IJavaType)
JVMBridgeBase<CredentialDataResult.Entries>.IsAssignableFrom<T>()
JVMBridgeBase<CredentialDataResult.Entries>.Execute<T>(params T[])
JVMBridgeBase<CredentialDataResult.Entries>.DynBridgeClazz
JVMBridgeBase<CredentialDataResult.Entries>.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

Entries()

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

[Obsolete("Entries class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Entries()

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

[Obsolete("Entries class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Entries(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

STATUS_NOT_IN_REQUEST_MESSAGE

public static int STATUS_NOT_IN_REQUEST_MESSAGE { get; }

Property Value

int

STATUS_NOT_REQUESTED

public static int STATUS_NOT_REQUESTED { get; }

Property Value

int

STATUS_NO_ACCESS_CONTROL_PROFILES

public static int STATUS_NO_ACCESS_CONTROL_PROFILES { get; }

Property Value

int

STATUS_NO_SUCH_ENTRY

public static int STATUS_NO_SUCH_ENTRY { get; }

Property Value

int

STATUS_OK

public static int STATUS_OK { get; }

Property Value

int

STATUS_READER_AUTHENTICATION_FAILED

public static int STATUS_READER_AUTHENTICATION_FAILED { get; }

Property Value

int

STATUS_USER_AUTHENTICATION_FAILED

public static int STATUS_USER_AUTHENTICATION_FAILED { get; }

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