Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

NullCipher

extends Cipher
java.lang.Object
   ↳ javax.crypto.Cipher
     ↳ javax.crypto.NullCipher

Class Overview

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 .

Summary

[Expand]
Inherited Constants
From class javax.crypto.Cipher
Public Constructors
NullCipher ()
Creates a new NullCipher instance.
[Expand]
Inherited Methods
From class javax.crypto.Cipher
From class java.lang.Object

Public Constructors

public NullCipher ()

Added in API level 1

Creates a new NullCipher instance.