Table of Contents

Class IdentityCredentialStore

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

IdentityCredentialStore()

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

[Obsolete("IdentityCredentialStore 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 IdentityCredentialStore()

IdentityCredentialStore(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("IdentityCredentialStore 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 IdentityCredentialStore(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CIPHERSUITE_ECDHE_HKDF_ECDSA_WITH_AES_256_GCM_SHA256

public static int CIPHERSUITE_ECDHE_HKDF_ECDSA_WITH_AES_256_GCM_SHA256 { get; }

Property Value

int

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

Methods

CreateCredential(String, String)

public WritableIdentityCredential CreateCredential(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

WritableIdentityCredential

WritableIdentityCredential

Exceptions

AlreadyPersonalizedException
DocTypeNotSupportedException

CreatePresentationSession(int)

public PresentationSession CreatePresentationSession(int arg0)

Parameters

arg0 int

int

Returns

PresentationSession

PresentationSession

Exceptions

CipherSuiteNotSupportedException

DeleteCredentialByName(String)

[Obsolete]
public byte[] DeleteCredentialByName(String arg0)

Parameters

arg0 String

String

Returns

byte[]

byte

GetCredentialByName(String, int)

public IdentityCredential GetCredentialByName(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

IdentityCredential

IdentityCredential

Exceptions

CipherSuiteNotSupportedException

GetDirectAccessInstance(Context)

public static IdentityCredentialStore GetDirectAccessInstance(Context arg0)

Parameters

arg0 Context

Context

Returns

IdentityCredentialStore

IdentityCredentialStore

GetInstance(Context)

public static IdentityCredentialStore GetInstance(Context arg0)

Parameters

arg0 Context

Context

Returns

IdentityCredentialStore

IdentityCredentialStore

GetSupportedDocTypes()

public String[] GetSupportedDocTypes()

Returns

String[]

String