Javax.Crypto.CipherSpi.EngineSetMode Method
Sets the mode for this cipher.

Syntax

[Android.Runtime.Register("engineSetMode", "(Ljava/lang/String;)V", "GetEngineSetMode_Ljava_lang_String_Handler")]
protected abstract void EngineSetMode (string mode)

Parameters

mode
the name of the cipher mode.

Exceptions

TypeReason
Java.Security.NoSuchAlgorithmExceptionif the specified cipher mode is not supported by this provider.

Remarks

Sets the mode for this cipher.

[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