Searched refs:transformation (Results 1 – 7 of 7) sorted by relevance
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
D | Cipher.java | 144 private String transformation; field in Cipher 163 String transformation) { in Cipher() argument 171 this.transformation = transformation; in Cipher() 194 public static final Cipher getInstance(String transformation) in getInstance() argument 196 return getCipher(transformation, null); in getInstance() 221 public static final Cipher getInstance(String transformation, in getInstance() argument 233 return getInstance(transformation, p); in getInstance() 255 public static final Cipher getInstance(String transformation, in getInstance() argument 261 Cipher c = getCipher(transformation, provider); in getInstance() 274 private static synchronized Cipher getCipher(String transformation, Provider provider) in getCipher() argument [all …]
|
/dalvik/dx/tests/100-local-mismatch/ |
D | expected.txt | 2 …cal variable of type java.lang.Object. This is symptomatic of .class transformation tools that ign… 4 …ct using a local variable of type int. This is symptomatic of .class transformation tools that ign… 6 …using a local variable of type byte[]. This is symptomatic of .class transformation tools that ign… 8 …l variable of type java.lang.Object[]. This is symptomatic of .class transformation tools that ign…
|
/dalvik/libcore/security/src/test/java/tests/targets/security/ |
D | CipherHelper.java | 356 String transformation = algorithmName; in test() local 359 transformation += "/" + blockmode; in test() 361 cipher = Cipher.getInstance(transformation); in test()
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | EncryptedPrivateKeyInfoTest.java | 1854 public TestDataGenerator(String algName, String transformation, in TestDataGenerator() argument 1858 .getInstance(transformation != null ? transformation in TestDataGenerator() 1860 transformation != null ? transformation : algName, in TestDataGenerator()
|
/dalvik/libcore/crypto/src/main/java/org/apache/harmony/crypto/internal/nls/ |
D | messages.properties | 40 crypto.17=Invalid transformation {0}
|
/dalvik/libnativehelper/ |
D | NOTICE | 44 transformation or translation of a Source form, including but
|
/dalvik/ |
D | NOTICE | 44 transformation or translation of a Source form, including but
|