Home | History | Annotate | Download | only in cert

Lines Matching defs:sub1

612         X500Principal sub1 = new X500Principal("O=First Org.");
617 selector.setSubject(sub1);
618 assertEquals("The returned subject should be equal to specified", sub1,
664 X500Principal sub1 = new X500Principal(name1);
670 selector.setSubject(sub1);
686 X500Principal sub1 = new X500Principal(name1);
691 selector.setSubject(sub1);
1269 X500Principal sub1 = new X500Principal(name1);
1271 TestCert cert1 = new TestCert(sub1);
1296 X500Principal sub1 = new X500Principal(name1);
1298 TestCert cert1 = new TestCert(sub1);
1321 X500Principal sub1 = new X500Principal("O=First Org.");
1323 TestCert cert1 = new TestCert(sub1);
1331 selector.setSubject(sub1);