Java.Security.KeyFactory.TranslateKey Method
Translates the given key into a key from this key factory.

Syntax

[Android.Runtime.Register("translateKey", "(Ljava/security/Key;)Ljava/security/Key;", "")]
public IKey TranslateKey (IKey key)

Parameters

key
the key to translate.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.InvalidKeyExceptionif the specified key can not be translated by this key factory.

Remarks

Translates the given key into a key from this key factory.

[Android Documentation]

Requirements

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