Searched defs:expectedOID (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DPolicyNodeImpl.java329 * @param expectedOID a String encoding the valid OID to match
335 String expectedOID, boolean matchAny) {
337 if (expectedOID.equals(ANY_POLICY)) {
340 return getPolicyNodesExpectedHelper(depth, expectedOID, matchAny);
345 String expectedOID, boolean matchAny) {
352 expectedOID,
360 if (mExpectedPolicySet.contains(expectedOID))
334 getPolicyNodesExpected(int depth, String expectedOID, boolean matchAny) argument
344 getPolicyNodesExpectedHelper(int depth, String expectedOID, boolean matchAny) argument

Completed in 254 milliseconds