Cipher.ExemptionMechanism 属性

定义

返回用于此密码的豁免机制对象。

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

属性值

用于此密码的豁免机制对象;如果此密码不使用任何豁免机制,则为 null。

属性

注解

返回用于此密码的豁免机制对象。

适用于 . 的 javax.crypto.Cipher.getExemptionMechanism()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于