Table of Contents

Class BiometricPrompt.CryptoObject

Namespace
Android.Hardware.Biometrics
Assembly
MASES.Netdroid.dll
public class BiometricPrompt.CryptoObject : JVMBridgeBase<BiometricPrompt.CryptoObject>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
BiometricPrompt.CryptoObject
Implements
Extension Methods

Constructors

CryptoObject(IdentityCredential)

[Obsolete("Deprecated in JVM")]
public CryptoObject(IdentityCredential arg0)

Parameters

arg0 IdentityCredential

IdentityCredential

CryptoObject(PresentationSession)

public CryptoObject(PresentationSession arg0)

Parameters

arg0 PresentationSession

PresentationSession

CryptoObject(Signature)

public CryptoObject(Signature arg0)

Parameters

arg0 Signature

Signature

CryptoObject(Cipher)

public CryptoObject(Cipher arg0)

Parameters

arg0 Cipher

Cipher

CryptoObject(Mac)

public CryptoObject(Mac arg0)

Parameters

arg0 Mac

Mac

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

Parameters

initializer IJVMBridgeBaseInitializer

CryptoObject(long)

public CryptoObject(long arg0)

Parameters

arg0 long

long

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

Methods

CreatePoolableInstance(IdentityCredential)

HPA initializer for CryptoObject(Android.Security.Identity.IdentityCredential arg0)

public static BiometricPrompt.CryptoObject CreatePoolableInstance(IdentityCredential arg0)

Parameters

arg0 IdentityCredential

Returns

BiometricPrompt.CryptoObject

CreatePoolableInstance(PresentationSession)

HPA initializer for CryptoObject(Android.Security.Identity.PresentationSession arg0)

public static BiometricPrompt.CryptoObject CreatePoolableInstance(PresentationSession arg0)

Parameters

arg0 PresentationSession

Returns

BiometricPrompt.CryptoObject

CreatePoolableInstance(Signature)

HPA initializer for CryptoObject(Java.Security.Signature arg0)

public static BiometricPrompt.CryptoObject CreatePoolableInstance(Signature arg0)

Parameters

arg0 Signature

Returns

BiometricPrompt.CryptoObject

CreatePoolableInstance(Cipher)

HPA initializer for CryptoObject(Javax.Crypto.Cipher arg0)

public static BiometricPrompt.CryptoObject CreatePoolableInstance(Cipher arg0)

Parameters

arg0 Cipher

Returns

BiometricPrompt.CryptoObject

CreatePoolableInstance(Mac)

HPA initializer for CryptoObject(Javax.Crypto.Mac arg0)

public static BiometricPrompt.CryptoObject CreatePoolableInstance(Mac arg0)

Parameters

arg0 Mac

Returns

BiometricPrompt.CryptoObject

CreatePoolableInstance(long)

HPA initializer for CryptoObject(long arg0)

public static BiometricPrompt.CryptoObject CreatePoolableInstance(long arg0)

Parameters

arg0 long

Returns

BiometricPrompt.CryptoObject

GetCipher()

public Cipher GetCipher()

Returns

Cipher

Cipher

GetIdentityCredential()

[Obsolete("Deprecated in JVM")]
public IdentityCredential GetIdentityCredential()

Returns

IdentityCredential

IdentityCredential

GetMac()

public Mac GetMac()

Returns

Mac

Mac

GetOperationHandle()

public long GetOperationHandle()

Returns

long

long

GetPresentationSession()

public PresentationSession GetPresentationSession()

Returns

PresentationSession

PresentationSession

GetSignature()

public Signature GetSignature()

Returns

Signature

Signature