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

/libcore/ojluni/src/main/java/javax/crypto/
H A DCipher.java54 * <p>In order to create a Cipher object, the application calls the
55 * Cipher's <code>getInstance</code> method, and passes the name of the
78 * Cipher c = Cipher.getInstance("<i>DES/CBC/PKCS5Padding</i>");
132 * <p> Android provides the following <code>Cipher</code> transformations:
245 * <a href="{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/StandardNames.html#Cipher">
246 * Cipher section</a> of the
255 public class Cipher { class
272 Debug.getInstance("jca", "Cipher");
332 // strength that this Cipher objec
381 protected Cipher(CipherSpi cipherSpi, method in class:Cipher
400 private Cipher(CipherSpi cipherSpi, method in class:Cipher
[all...]

Completed in 59 milliseconds