Partager via


Cipher.WrapMode Champ

Définition

Attention

This constant will be removed in the future version. Use Javax.Crypto.CipherMode enum directly instead of this field.

Constante utilisée pour initialiser le chiffrement en mode d’habillage de clé.

[Android.Runtime.Register("WRAP_MODE")]
[System.Obsolete("This constant will be removed in the future version. Use Javax.Crypto.CipherMode enum directly instead of this field.", true)]
public const Javax.Crypto.CipherMode WrapMode = 3;
[<Android.Runtime.Register("WRAP_MODE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Javax.Crypto.CipherMode enum directly instead of this field.", true)>]
val mutable WrapMode : Javax.Crypto.CipherMode

Valeur de champ

Value = 3
Attributs

Remarques

Constante utilisée pour initialiser le chiffrement en mode d’habillage de clé.

Documentation Java pour javax.crypto.Cipher.WRAP_MODE.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à