OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oidStrToInts
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
GeneralNameTest.java
169
*
oidStrToInts
method testing
180
int[] res = GeneralName.
oidStrToInts
((String) positives[i][0]);
193
GeneralName.
oidStrToInts
(negatives[i]);
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java
181
this.name =
oidStrToInts
(name);
612
public static int[]
oidStrToInts
(String oid) throws IOException {
Completed in 80 milliseconds