Searched defs:NullCipher (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/crypto/src/main/java/javax/crypto/
H A DNullCipher.java36 public class NullCipher extends Cipher { class in inherits:Cipher
39 * Creates a new {@code NullCipher} instance.
41 public NullCipher() { method in class:NullCipher

Completed in 45 milliseconds