Searched refs:getCA (Results 1 – 6 of 6) sorted by relevance
290 assertNull(ta1.getCA()); in testTrustAnchorX509CertificatebyteArray01()298 assertNull(ta2.getCA()); in testTrustAnchorX509CertificatebyteArray01()306 assertNull(ta3.getCA()); in testTrustAnchorX509CertificatebyteArray01()314 assertNull(ta4.getCA()); in testTrustAnchorX509CertificatebyteArray01()570 X500Principal ca = ta.getCA(); in testGetCA01()575 assertEquals("equals2", x500p, ta.getCA()); in testGetCA01()
242 public final X500Principal getCA() { in getCA() method in TrustAnchor
93 trustedSubjectDNs.add(anchor.getCA()); in ForwardBuilder()849 X500Principal principal = anchor.getCA(); in isPathCompleted()865 X500Principal principal = anchor.getCA(); in isPathCompleted()
88 this.caName = anchor.getCA(); in BasicChecker()
690 certId = new CertId(anchor.getCA(), anchor.getCAPublicKey(),
9092 method public final javax.security.auth.x500.X500Principal getCA();