Searched refs:getCertPathEncodings (Results 1 – 4 of 4) sorted by relevance
299 Iterator<String> it1 = certFs[0].getCertPathEncodings(); in testCertificateFactory09()300 Iterator<String> it2 = certFs[1].getCertPathEncodings(); in testCertificateFactory09()303 it2 = certFs[1].getCertPathEncodings(); in testCertificateFactory09()315 it1 = certFs[0].getCertPathEncodings(); in testCertificateFactory09()316 it2 = certFs[2].getCertPathEncodings(); in testCertificateFactory09()319 it2 = certFs[2].getCertPathEncodings(); in testCertificateFactory09()503 Iterator<String> it = certFs[i].getCertPathEncodings(); in testCertificateFactory12()555 Iterator<String> it = certFs[i].getCertPathEncodings(); in testCertificateFactory13()
172 Iterator<String> it = certFs[0].getCertPathEncodings(); in testGenerateCertPath03()
166 Iterator<String> it = certFactory.getCertPathEncodings(); in checkResult()
385 public final Iterator<String> getCertPathEncodings() { in getCertPathEncodings() method in CertificateFactory