OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anotherkey
(Results
1 - 5
of
5
) sorted by null
/external/libxml2/test/schemas/
import-455953.xsd
18
<xs:key name="
AnotherKey
">
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactoryTest.java
316
new
AnotherKey
(),
393
new
AnotherKey
(),
574
static class
AnotherKey
implements Key {
577
return "
AnotherKey
";
IdentityScope2Test.java
275
PublicKey
anotherKey
= KeyPairGenerator.getInstance("DSA").genKeyPair().getPublic();
276
assertNull("Test 3: Null value expected.", sub.getIdentity(
anotherKey
));
/libcore/ojluni/src/main/java/java/security/
Identity.java
265
private boolean keyEquals(PublicKey aKey, PublicKey
anotherKey
) {
267
String anotherKeyFormat =
anotherKey
.getFormat();
274
anotherKey
.getEncoded());
/libcore/luni/src/test/java/libcore/java/util/
MapDefaultMethodTester.java
65
m.put("
anotherkey
", "anothervalue");
Completed in 724 milliseconds