Cipher.ExemptionMechanism Property

Definition

Returns the exemption mechanism object used with this cipher.

public Javax.Crypto.ExemptionMechanism? ExemptionMechanism { [Android.Runtime.Register("getExemptionMechanism", "()Ljavax/crypto/ExemptionMechanism;", "")] get; }
[<get: Android.Runtime.Register("getExemptionMechanism", "()Ljavax/crypto/ExemptionMechanism;", "")>]
member this.ExemptionMechanism : Javax.Crypto.ExemptionMechanism

Property Value

the exemption mechanism object used with this cipher, or null if this cipher does not use any exemption mechanism.

Attributes

Remarks

Returns the exemption mechanism object used with this cipher.

Java documentation for javax.crypto.Cipher.getExemptionMechanism().

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