Javax.Crypto.NullCipher Class
This class provides an identity cipher that does not transform the input data in any way.

See Also: NullCipher Members

Syntax

[Android.Runtime.Register("javax/crypto/NullCipher", DoNotGenerateAcw=true)]
public class NullCipher : Cipher

Remarks

This class provides an identity cipher that does not transform the input data in any way. The encrypted data is identical to the plain text.

[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