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

/libcore/luni/src/main/java/javax/crypto/
H A DCipher.java40 * encryption and decryption. Cipher classes can not be instantiated directly,
41 * one has to call the Cipher's {@code getInstance} method with the name of a
55 * {@code Cipher c = Cipher.getInstance("AES/CBC/PKCS5Padding");}
62 public class Cipher { class
104 private static final String SERVICE = "Cipher";
129 * Creates a new Cipher instance.
141 protected Cipher(CipherSpi cipherSpi, Provider provider, method in class:Cipher
155 * Creates a new Cipher for the specified transformation. The installed
172 public static final Cipher getInstanc
[all...]

Completed in 99 milliseconds