Java.Security.KeyFactorySpi.EngineTranslateKey Method
Translates the given key into a key from this key factory.

Syntax

[Android.Runtime.Register("engineTranslateKey", "(Ljava/security/Key;)Ljava/security/Key;", "GetEngineTranslateKey_Ljava_security_Key_Handler")]
protected abstract IKey EngineTranslateKey (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