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

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherWrapThread.java 32 KeyGenerator kg = KeyGenerator.getInstance(getAlgName().replace("Wrap", ""));
37 Cipher cip = Cipher.getInstance(getAlgName());
42 Key decrypted = cip.unwrap(output, getAlgName(), Cipher.SECRET_KEY);
CipherSymmetricKeyThread.java 42 KeyGenerator kg = KeyGenerator.getInstance(getAlgName());
46 Cipher cip = Cipher.getInstance(getAlgName() + "/" + getMode() + "/" +
48 if (getAlgName() != "AES") {
CipherPBEThread.java 43 SecretKeyFactory skf = SecretKeyFactory.getInstance(getAlgName());
46 Cipher cip = Cipher.getInstance(getAlgName() + "/" + getMode() + "/" +
CipherRSAThread.java 40 Cipher cip = Cipher.getInstance(getAlgName() + "/" + getMode() + "/" +
CipherThread.java 103 public String getAlgName() {
  /build/tools/signapk/
SignApk.java 132 SecretKeyFactory skFactory = SecretKeyFactory.getInstance(epkInfo.getAlgName());
135 Cipher cipher = Cipher.getInstance(epkInfo.getAlgName());
  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 198 public String getAlgName() {
  /external/chromium/third_party/icu/source/common/
unames.c 860 * Parts of findAlgName() are almost the same as some of getAlgName().
864 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice,
970 length=getAlgName(range, (uint32_t)start, nameChoice, buffer, sizeof(buffer));
    [all...]
  /external/icu4c/common/
unames.c 857 * Parts of findAlgName() are almost the same as some of getAlgName().
861 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice,
962 length=getAlgName(range, (uint32_t)start, nameChoice, buffer, sizeof(buffer));
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java 205 method = "getAlgName",
226 assertEquals(algName[i][2], epki.getAlgName());
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 97 milliseconds