Searched refs:tmpKey (Results 1 – 8 of 8) sorted by relevance
70 if (!(key instanceof tmpKey)) { in engineInit()82 if (!(key instanceof tmpKey)) { in engineInit()94 if (!(key instanceof tmpKey)) { in engineInit()100 public class tmpKey implements Key { class in MyExemptionMechanismSpi104 public tmpKey(String alg, byte[] enc) { in tmpKey() method in MyExemptionMechanismSpi.tmpKey
29 import org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi.tmpKey;120 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in testIsCryptoAllowed()130 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba", in testIsCryptoAllowed()153 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in testGenExemptionBlob()
89 tmpKey tKey = new tmpKey(); in checkResult()268 public static class tmpKey implements Key { class in Mac_ImplTest269 public tmpKey() { in tmpKey() method in Mac_ImplTest.tmpKey
87 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in checkResult()
99 key = ((MyExemptionMechanismSpi) emSpi).new tmpKey("Proba", new byte[0]); in testExemptionMechanismSpi01()
596 CaseInsensitiveString tmpKey = new CaseInsensitiveString(itr.current()); in setUnicodeLocaleExtension() local597 key = _ukeywords.containsKey(tmpKey) ? null : tmpKey; in setUnicodeLocaleExtension()
1468 CollationKey tmpKey = coll.getCollationKey(s.substring(segmentStart, i));1470 mergedKey = tmpKey;1472 mergedKey = mergedKey.merge(tmpKey);
META-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...