Javax.Crypto.CipherSpi.EngineSetPadding Method
Sets the padding method for this cipher.

Syntax

[Android.Runtime.Register("engineSetPadding", "(Ljava/lang/String;)V", "GetEngineSetPadding_Ljava_lang_String_Handler")]
protected abstract void EngineSetPadding (string padding)

Parameters

padding
the name of the padding method.

Exceptions

TypeReason
Javax.Crypto.NoSuchPaddingExceptionif the specified padding method is not supported by this cipher.

Remarks

Sets the padding method 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