HomeSort by relevance Sort by last modified time
    Searched refs:getCipher (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/crypto/
CipherFactoryTest.java 65 Cipher aEncrypt = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE);
66 Cipher bEncrypt = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE);
70 Cipher aDecrypt = CipherFactory.getInstance().getCipher(Cipher.DECRYPT_MODE);
71 Cipher bDecrypt = CipherFactory.getInstance().getCipher(Cipher.DECRYPT_MODE);
95 Cipher aCipher = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE);
97 Cipher bCipher = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE);
116 Cipher aCipher = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE);
125 Cipher bCipher = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE);
181 Cipher aCipher = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE);
183 Cipher bCipher = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE)
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/crypto/
CipherFactory.java 40 * - Encrypt data with a {@link Cipher} from {@link CipherFactory#getCipher(int)} before storing it.
97 public Cipher getCipher(int opmode) {
191 * than immediately calling {@link CipherFactory#getCipher(int)}.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 776 milliseconds