Javax.Crypto.Cipher.PublicKey Field
Constant indicating that the key to be unwrapped is a public key.

Value: 1

Syntax

[Android.Runtime.Register("PUBLIC_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 PublicKey

Remarks

Constant indicating that the key to be unwrapped is a public 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