Home
last modified time | relevance | path

Searched refs:getCertPath (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/net/cpp-pcp-client/cpp-pcp-client-1.7.7/lib/tests/unit/connector/v2/
H A Dconnector_test.cc20 getCaPath(), getCertPath(), getKeyPath(), getEmptyCrlPath(), "",
27 MockServer mock_server(0, getCertPath(), getKeyPath(), MockServer::Version::v2);
42 getCaPath(), getCertPath(), getKeyPath(), getEmptyCrlPath(), "",
65 getCaPath(), getCertPath(), getKeyPath(), getEmptyCrlPath(), "",
79 getCaPath(), getCertPath(), getKeyPath(), getEmptyCrlPath(), "",
107 getCaPath(), getCertPath(), getKeyPath(), getRevokedCrlPath(), "",
115 getCaPath(), getCertPath(), getKeyPath(), getNotACertPath(), "",
122 MockServer mock_server(0, getCertPath(), getKeyPath(), MockServer::Version::v2);
129 getCaPath(), getCertPath(), getKeyPath(), getEmptyCrlPath(), "",
158 MockServer mock_server(0, getCertPath(), getKeyPath(), MockServer::Version::v2);
[all …]
/dports/net/cpp-pcp-client/cpp-pcp-client-1.7.7/lib/tests/unit/connector/
H A Dclient_metadata_test.cc13 REQUIRE_NOTHROW(validatePrivateKeyCertPair(getKeyPath(), getCertPath()));
18 getCertPath()),
25 getCertPath()),
39 ClientMetadata c_m { type, getCaPath(), getCertPath(), getKeyPath(), getEmptyCrlPath(), "",
47 ClientMetadata c_m { type, getCaPath(), getCertPath(), getKeyPath(),
H A Dconnection_test.cc31 ClientMetadata c_m { "test_client", getCaPath(), getCertPath(),
43 ClientMetadata c_m { "test_client", getCaPath(), getCertPath(),
90 ClientMetadata c_m { "test_client", getCaPath(), getCertPath(),
124 ClientMetadata c_m { "test_client", getCaPath(), getCertPath(),
149 ClientMetadata c_m { "test_client", getCaPath(), getCertPath(),
201 ClientMetadata c_m { "test_client", getCaPath(), getCertPath(),
228 ClientMetadata c_m { "test_client", getCaPath(), getCertPath(),
H A Dconnector_base_test.cc31 getCaPath(), getCertPath(), getKeyPath(), getEmptyCrlPath(), "",
39 getCaPath(), getCertPath(), getKeyPath(),
70 getCaPath(), getCertPath(), getKeyPath(),
98 "test_client", getCaPath(), getCertPath(), getKeyPath(),
142 getCaPath(), getCertPath(), getKeyPath(),
218 getCaPath(), getCertPath(), getKeyPath(),
277 getCaPath(), getCertPath(), getKeyPath(),
/dports/net/cpp-pcp-client/cpp-pcp-client-1.7.7/lib/tests/unit/connector/v1/
H A Dconnector_test.cc19 getCaPath(), getCertPath(), getKeyPath(), getEmptyCrlPath(), "",
29 getCaPath(), getCertPath(), getKeyPath(), getEmptyCrlPath(), "",
49 MockServer mock_server(0, getCertPath(), getKeyPath(), MockServer::Version::v1);
60 … getCaPath(), getCertPath(), getKeyPath(), getEmptyCrlPath(), "",
113 … getCaPath(), getCertPath(), getKeyPath(), getRevokedCrlPath(), "",
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jce/provider/
H A DProvOcspRevocationChecker.java192 e, parameters.getCertPath(), parameters.getIndex()); in check()
211 null, parameters.getCertPath(), parameters.getIndex()); in check()
229 … "unable to encode OCSP response", e, parameters.getCertPath(), parameters.getIndex()); in check()
301 … null, parameters.getCertPath(), parameters.getIndex()); in check()
305 … null, parameters.getCertPath(), parameters.getIndex()); in check()
318 … "unable to process OCSP response", e, parameters.getCertPath(), parameters.getIndex()); in check()
326 null, parameters.getCertPath(), parameters.getIndex()); in check()
333 … "no OCSP response found for certificate", null, parameters.getCertPath(), parameters.getIndex()); in check()
339 …"no OCSP response found for any certificate", null, parameters.getCertPath(), parameters.getIndex(… in check()
415 parameters.getCertPath(), parameters.getIndex()); in validatedOcspResponse()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()), in main()
/dports/java/bouncycastle15/crypto-169/core/src/main/jdk1.1/java/security/cert/
H A DPKIXCertPathBuilderResult.java71 public CertPath getCertPath() in getCertPath() method in PKIXCertPathBuilderResult
87 s.append( " Certification Path: ").append(getCertPath()).append('\n' ); in toString()
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.3/org/bouncycastle/jce/cert/
H A DPKIXCertPathBuilderResult.java81 public CertPath getCertPath() in getCertPath() method in PKIXCertPathBuilderResult
97 s.append(" Certification Path: ").append(getCertPath()).append('\n'); in toString()
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/XML/
H A DSigner.php135 $keyFile = Utils\Config::getCertPath($file);
199 $certFile = Utils\Config::getCertPath($file);
248 $certFile = Utils\Config::getCertPath($file);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/XML/
H A DSigner.php133 $keyFile = Config::getCertPath($file);
195 $certFile = Config::getCertPath($file);
242 $certFile = Config::getCertPath($file);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/cert/CertPathBuilder/zeroLengthPath/
H A DZeroLengthPath.java67 if (res.getCertPath().getCertificates().size() != 0) { in buildCertPath()
70 return res.getCertPath(); in buildCertPath()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/security/cert/CertPathBuilder/zeroLengthPath/
H A DZeroLengthPath.java67 if (res.getCertPath().getCertificates().size() != 0) { in buildCertPath()
70 return res.getCertPath(); in buildCertPath()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/cert/CertPathBuilder/zeroLengthPath/
H A DZeroLengthPath.java67 if (res.getCertPath().getCertificates().size() != 0) { in buildCertPath()
70 return res.getCertPath(); in buildCertPath()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/security/cert/CertPathBuilder/zeroLengthPath/
H A DZeroLengthPath.java67 if (res.getCertPath().getCertificates().size() != 0) { in buildCertPath()
70 return res.getCertPath(); in buildCertPath()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/security/cert/CertPathBuilder/zeroLengthPath/
H A DZeroLengthPath.java67 if (res.getCertPath().getCertificates().size() != 0) { in buildCertPath()
70 return res.getCertPath(); in buildCertPath()

12345678910>>...14