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.