Table of Contents

Class BiometricPrompt.CryptoObject

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

CryptoObject()

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

public CryptoObject()

CryptoObject(IdentityCredential)

[Obsolete]
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(long)

public CryptoObject(long arg0)

Parameters

arg0 long

long

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

public CryptoObject(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

Methods

GetCipher()

public Cipher GetCipher()

Returns

Cipher

Cipher

GetIdentityCredential()

[Obsolete]
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