Javax.Crypto.Cipher.SecretKey Field
Constant indicating that the key to be unwrapped is a secret key.

Value: 3

Syntax

[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.")]
public const KeyType SecretKey

Remarks

Constant indicating that the key to be unwrapped is a secret key.

[Android Documentation]

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1