Table of Contents

Class IdentityCredentialStore

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

Constructors

IdentityCredentialStore(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 IdentityCredentialStore(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

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; set; }

Property Value

int

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

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("Deprecated in JVM")]
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