to top
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.

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.