Searched refs:dN (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/security/x509/X500Name/
H A DEmailKeyword.java35 X500Name dN;
36 dN = new X500Name("EMAIL=johndoe@example.com");
37 System.out.println(dN.getName());
38 dN = new X500Name("EMAILADDRESS=johndoe@example.com");
39 System.out.println(dN.getName());
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.c347 int n, dN, d0, d1; local
361 dN = p[0] / MP_DIGIT_BITS;
364 for (j = used - 1; j > dN;) {
384 n = dN;
394 while (j == dN) {
397 zz = z[dN] >> d0;
402 if (d0) z[dN] = (z[dN] << d1) >> d1;
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DSunCertPathBuilder.java374 * @param dN the distinguished name being currently searched for certs
377 void depthFirstSearchForward(X500Principal dN, ForwardState currentState, argument
385 debug.println("SunCertPathBuilder.depthFirstSearchForward(" + dN
390 * Find all the certificates issued to dN which
650 /* recursively search for matching certs at next dN */
662 * certs issued by the dN w/o finding any matching certs.
686 * @param dN the distinguished name being currently searched for certs
689 void depthFirstSearchReverse(X500Principal dN, ReverseState currentState, argument
695 debug.println("SunCertPathBuilder.depthFirstSearchReverse(" + dN
699 * Find all the certificates issued by dN whic
[all...]

Completed in 38 milliseconds