Home
last modified time | relevance | path

Searched defs:validDate (Results 1 – 25 of 63) sorted by relevance

123

/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/
H A DPKIXCertRevocationCheckerParameters.java11 private final Date validDate; field in PKIXCertRevocationCheckerParameters
17 …public PKIXCertRevocationCheckerParameters(PKIXExtendedParameters paramsPKIX, Date validDate, Cert… in PKIXCertRevocationCheckerParameters()
/dports/java/bouncycastle15/crypto-169/pkix/src/test/java/org/bouncycastle/pkix/test/
H A DRevocationTest.java292 Date validDate = new Date(trustCrl.getThisUpdate().getTime() + 60 * 60 * 1000); in testValidPath() local
340 Date validDate = new Date(trustCrl.getThisUpdate().getTime() + 60 * 60 * 1000); in testEndEntityOnly() local
388 Date validDate = new Date(trustCrl.getThisUpdate().getTime() + 60 * 60 * 1000); in testRevokedEndEntityOnly() local
438 Date validDate = new Date(trustCrl.getThisUpdate().getTime() + 60 * 60 * 1000); in testRevokedEndEntityWithSoftFailure() local
496 Date validDate = new Date(trustCrl.getThisUpdate().getTime() + 60 * 60 * 1000); in testRevokedWithCRLDistPointEndEntityOnly() local
/dports/java/bouncycastle15/crypto-169/tls/src/test/java/org/bouncycastle/jsse/provider/test/
H A DTrustManagerFactoryTest.java73 Date validDate = new Date(rootCrl.getThisUpdate().getTime() + 60 * 60 * 1000); in testCertPathTrustManagerParameters() local
122 Date validDate = new Date(rootCert.getNotBefore().getTime() + 60 * 60 * 1000); in testCertPathTrustManagerParametersFailure() local
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/lib/parameterholder/
H A DLeaveEntitlementSearchParameterHolder.php30 protected $validDate ; variable in LeaveEntitlementSearchParameterHolder
111 public function setValidDate($validDate) {
/dports/java/bouncycastle15/crypto-169/prov/src/test/jdk1.1/org/bouncycastle/jce/provider/test/
H A DCertPathBuilderTest.java42 Calendar validDate = Calendar.getInstance(); in perform() local
H A DCertPathValidatorTest.java42 Calendar validDate = Calendar.getInstance(); in perform() local
/dports/textproc/R-cran-vroom/vroom/src/
H A DDateTime.h41 bool validDate() const { in validDate() function
/dports/java/bouncycastle15/crypto-169/prov/src/test/jdk1.3/org/bouncycastle/jce/provider/test/
H A DCertPathValidatorTest.java157 Calendar validDate = Calendar.getInstance(); in performTest() local
H A DCertPathBuilderTest.java56 Calendar validDate = Calendar.getInstance(); in baseTest() local
/dports/textproc/R-cran-readr/readr/src/
H A DDateTime.h85 bool validDate() const { in validDate() function
/dports/deskutils/zanshin/zanshin-21.12.3/src/presentation/
H A Dtaskfilterproxymodel.cpp115 static QDate validDate(const QDate &date = QDate()) in validDate() function
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.2/org/bouncycastle/jce/provider/
H A DCrlCache.java35 …static synchronized PKIXCRLStore getCrl(CertificateFactory certFact, Date validDate, URL distribut… in getCrl()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jce/provider/
H A DCrlCache.java43 …static synchronized PKIXCRLStore getCrl(CertificateFactory certFact, Date validDate, URI distribut… in getCrl()
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.3/org/bouncycastle/jce/provider/
H A DCrlCache.java43 …static synchronized PKIXCRLStore getCrl(CertificateFactory certFact, Date validDate, URL distribut… in getCrl()
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.4/org/bouncycastle/jce/provider/
H A DCrlCache.java43 …static synchronized PKIXCRLStore getCrl(CertificateFactory certFact, Date validDate, URI distribut… in getCrl()
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DCertPathValidatorTest.java271 Date validDate = new Date(crl.getThisUpdate().getTime() + 60 * 60 * 1000); in checkCircProcessing() local
411 Date validDate = new Date(rootCrl.getThisUpdate().getTime() + 60 * 60 * 1000); in performTest() local
539 Date validDate = new Date(rootCert.getNotBefore().getTime() + 60 * 60 * 1000); in validateWithExtendedKeyUsage() local
596 Date validDate = new Date(rootCert.getNotBefore().getTime() + 60 * 1000); in checkInvalidPath() local
H A DCertPathBuilderTest.java51 Date validDate = new Date(rootCrl.getThisUpdate().getTime() + 60 * 60 * 1000); in baseTest() local
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/pkix/jcajce/
H A DRFC3280CertPathUtilities.java800 Date validDate, in processCRLI()
814 Date validDate, in processCRLJ()
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/
H A Dextractorvalidator.cpp77 const auto validDate = flight.departureDay().isValid(); in filterFlight() local
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/
H A DInfo.hs164 validDate = all validCharForDate function
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/x509/
H A DPKIXCertPathReviewer.java100 protected Date validDate; field in PKIXCertPathReviewer
2011 Date validDate, in checkRevocation()
2025 Date validDate, in checkCRLs()
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.1/org/bouncycastle/jce/provider/
H A DPKIXCertPathValidatorSpi.java666 Date validDate = getValidDate(paramsPKIX); in engineValidate() local
1826 Date validDate = paramsPKIX.getDate(); in getValidDate() local
1836 …private void checkCRLs(PKIXParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certif… in checkCRLs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/cert/
H A DX509CertSelectorTest.java287 Date validDate = (Date) ext.get(PrivateKeyUsageExtension.NOT_BEFORE); in testPrivateKeyValid() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/security/cert/
H A DX509CertSelectorTest.java287 Date validDate = (Date) ext.get(PrivateKeyUsageExtension.NOT_BEFORE); in testPrivateKeyValid() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/security/cert/
H A DX509CertSelectorTest.java287 Date validDate = (Date) ext.get(PrivateKeyUsageExtension.NOT_BEFORE); in testPrivateKeyValid() local

123