Home | History | Annotate | Download | only in cert

Lines Matching defs:sub1

644         X500Principal sub1 = new X500Principal("O=First Org.");
649 selector.setSubject(sub1);
650 assertEquals("The returned subject should be equal to specified", sub1,
700 X500Principal sub1 = new X500Principal(name1);
707 selector.setSubject(sub1);
726 X500Principal sub1 = new X500Principal(name1);
731 selector.setSubject(sub1);
1346 X500Principal sub1 = new X500Principal(name1);
1348 TestCert cert1 = new TestCert(sub1);
1385 X500Principal sub1 = new X500Principal(name1);
1387 TestCert cert1 = new TestCert(sub1);
1423 X500Principal sub1 = new X500Principal("O=First Org.");
1425 TestCert cert1 = new TestCert(sub1);
1434 selector.setSubject(sub1);