Compartilhar via


Cipher.SecretKey Campo

Definição

Cuidado

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

A constante usada para indicar a chave a ser desembrulhada é uma "chave secreta".

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

Valor do campo

Value = 3
Atributos

Comentários

A constante usada para indicar a chave a ser desembrulhada é uma "chave secreta".

Documentação Java para javax.crypto.Cipher.SECRET_KEY.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a