FingerprintManager.CryptoObject.Cipher Property

Definition

Get Cipher object.

public Javax.Crypto.Cipher? Cipher { [Android.Runtime.Register("getCipher", "()Ljavax/crypto/Cipher;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getCipher", "()Ljavax/crypto/Cipher;", "", ApiSince=23)>]
member this.Cipher : Javax.Crypto.Cipher

Property Value

Cipher object or null if this doesn't contain one.

Attributes

Remarks

Get Cipher object.

Java documentation for android.hardware.fingerprint.FingerprintManager.CryptoObject.getCipher().

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