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
CryptoObject(PresentationSession)
public CryptoObject(PresentationSession arg0)
Parameters
CryptoObject(Signature)
public CryptoObject(Signature arg0)
Parameters
CryptoObject(Cipher)
public CryptoObject(Cipher arg0)
Parameters
CryptoObject(Mac)
public CryptoObject(Mac arg0)
Parameters
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
initializerIJVMBridgeBaseInitializer
CryptoObject(long)
public CryptoObject(long arg0)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance(IdentityCredential)
HPA initializer for CryptoObject(Android.Security.Identity.IdentityCredential arg0)
public static BiometricPrompt.CryptoObject CreatePoolableInstance(IdentityCredential arg0)
Parameters
arg0IdentityCredential
Returns
CreatePoolableInstance(PresentationSession)
HPA initializer for CryptoObject(Android.Security.Identity.PresentationSession arg0)
public static BiometricPrompt.CryptoObject CreatePoolableInstance(PresentationSession arg0)
Parameters
arg0PresentationSession
Returns
CreatePoolableInstance(Signature)
HPA initializer for CryptoObject(Java.Security.Signature arg0)
public static BiometricPrompt.CryptoObject CreatePoolableInstance(Signature arg0)
Parameters
arg0Signature
Returns
CreatePoolableInstance(Cipher)
HPA initializer for CryptoObject(Javax.Crypto.Cipher arg0)
public static BiometricPrompt.CryptoObject CreatePoolableInstance(Cipher arg0)
Parameters
arg0Cipher
Returns
CreatePoolableInstance(Mac)
HPA initializer for CryptoObject(Javax.Crypto.Mac arg0)
public static BiometricPrompt.CryptoObject CreatePoolableInstance(Mac arg0)
Parameters
arg0Mac
Returns
CreatePoolableInstance(long)
HPA initializer for CryptoObject(long arg0)
public static BiometricPrompt.CryptoObject CreatePoolableInstance(long arg0)
Parameters
arg0long
Returns
GetCipher()
public Cipher GetCipher()
Returns
GetIdentityCredential()
[Obsolete("Deprecated in JVM")]
public IdentityCredential GetIdentityCredential()
Returns
GetMac()
public Mac GetMac()
Returns
GetOperationHandle()
public long GetOperationHandle()
Returns
GetPresentationSession()
public PresentationSession GetPresentationSession()
Returns
GetSignature()
public Signature GetSignature()