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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java56 * <p>In order to create a Cipher object, the application calls the
57 * Cipher's <code>getInstance</code> method, and passes the name of the
80 * Cipher c = Cipher.getInstance("<i>DES/CBC/PKCS5Padding</i>");
122 * the following standard <code>Cipher</code> transformations with the keysizes
142 * <a href="{@docRoot}/../technotes/guides/security/StandardNames.html#Cipher">
143 * Cipher section</a> of the
154 public class Cipher { class
157 Debug.getInstance("jca", "Cipher");
204 // strength that this Cipher objec
246 protected Cipher(CipherSpi cipherSpi, method in class:Cipher
268 Cipher(CipherSpi cipherSpi, String transformation) { method in class:Cipher
275 private Cipher(CipherSpi firstSpi, Service firstService, method in class:Cipher
[all...]

Completed in 32 milliseconds