FingerprintManager.CryptoObject Constructors

Definition

Overloads

FingerprintManager.CryptoObject(Signature)
FingerprintManager.CryptoObject(Cipher)
FingerprintManager.CryptoObject(Mac)

FingerprintManager.CryptoObject(Signature)

[Android.Runtime.Register(".ctor", "(Ljava/security/Signature;)V", "", ApiSince=23)]
public CryptoObject (Java.Security.Signature signature);
[<Android.Runtime.Register(".ctor", "(Ljava/security/Signature;)V", "", ApiSince=23)>]
new Android.Hardware.Fingerprints.FingerprintManager.CryptoObject : Java.Security.Signature -> Android.Hardware.Fingerprints.FingerprintManager.CryptoObject

Parameters

signature
Signature
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

FingerprintManager.CryptoObject(Cipher)

[Android.Runtime.Register(".ctor", "(Ljavax/crypto/Cipher;)V", "", ApiSince=23)]
public CryptoObject (Javax.Crypto.Cipher cipher);
[<Android.Runtime.Register(".ctor", "(Ljavax/crypto/Cipher;)V", "", ApiSince=23)>]
new Android.Hardware.Fingerprints.FingerprintManager.CryptoObject : Javax.Crypto.Cipher -> Android.Hardware.Fingerprints.FingerprintManager.CryptoObject

Parameters

cipher
Cipher
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

FingerprintManager.CryptoObject(Mac)

[Android.Runtime.Register(".ctor", "(Ljavax/crypto/Mac;)V", "", ApiSince=23)]
public CryptoObject (Javax.Crypto.Mac mac);
[<Android.Runtime.Register(".ctor", "(Ljavax/crypto/Mac;)V", "", ApiSince=23)>]
new Android.Hardware.Fingerprints.FingerprintManager.CryptoObject : Javax.Crypto.Mac -> Android.Hardware.Fingerprints.FingerprintManager.CryptoObject

Parameters

mac
Mac
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to