Home | History | Annotate | Download | only in cert

Lines Matching defs:issuer

401         assertEquals("The returned issuer should be equal to specified", iss1,
403 assertFalse("The returned issuer should differ", iss2.equals(selector
412 // manually obtained DER encoding of "O=First Org." issuer name;
417 // manually obtained DER encoding of "O=Second Org." issuer name;
428 assertTrue("The returned issuer should be equal to specified",
430 assertFalse("The returned issuer should differ", name2
433 assertTrue("The returned issuer should be equal to specified",
452 assertEquals("The returned issuer should be equal to specified", name1,
454 assertFalse("The returned issuer should differ", name2.equals(selector
457 assertEquals("The returned issuer should be equal to specified", name2,
692 // manually obtained DER encoding of "O=First Org." issuer name;
696 // manually obtained DER encoding of "O=Second Org." issuer name;
708 assertTrue("The returned issuer should be equal to specified",
710 assertFalse("The returned issuer should differ", name2
713 assertTrue("The returned issuer should be equal to specified",
1010 // manually obtained DER encoding of "O=First Org." issuer name;
1014 // manually obtained DER encoding of "O=Second Org." issuer name;
1030 + "in the case of null issuer criteria.", selector.match(cert1)
1070 + "in the case of null issuer criteria.", selector.match(cert1)
1103 + "in the case of null issuer criteria.", selector.match(cert1)
1339 // manually obtained DER encoding of "O=First Org." issuer name;
1343 // manually obtained DER encoding of "O=Second Org." issuer name;
1359 + "in the case of null issuer criteria.", selector.match(cert1)
1691 protected X500Principal issuer = null;
1821 public void setIssuer(X500Principal issuer) {
1822 this.issuer = issuer;
1890 return issuer;
1894 return issuer;