Home | History | Annotate | Download | only in cert

Lines Matching defs:sub2

613         X500Principal sub2 = new X500Principal("O=Second Org.");
621 sub2.equals(selector.getSubject()));
665 X500Principal sub2 = new X500Principal(name2);
675 selector.setSubject(sub2);
687 X500Principal sub2 = new X500Principal(name2);
696 selector.setSubject(sub2);
1270 X500Principal sub2 = new X500Principal(name2);
1272 TestCert cert2 = new TestCert(sub2);
1297 X500Principal sub2 = new X500Principal(name2);
1299 TestCert cert2 = new TestCert(sub2);
1322 X500Principal sub2 = new X500Principal("O=Second Org.");
1324 TestCert cert2 = new TestCert(sub2);
1336 selector.setSubject(sub2);