Searched refs:Date (Results 226 - 250 of 420) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.base/share/classes/sun/security/util/
H A DDerOutputStream.java32 import java.util.Date;
466 public void putUTCTime(Date d) throws IOException {
476 public void putGeneralizedTime(Date d) throws IOException {
487 private void putTime(Date d, byte tag) throws IOException {
/openjdk9/jdk/src/java.sql/share/classes/javax/sql/
H A DRowSet.java822 * to the given <code>java.sql.Date</code> value. The driver converts this to
830 void setDate(int parameterIndex, java.sql.Date x) throws SQLException;
1683 * with the given <code>java.sql.Date</code> value. The driver will convert this
1692 void setDate(int parameterIndex, java.sql.Date x, Calendar cal)
1696 * Sets the designated parameter to the given <code>java.sql.Date</code> value
1711 void setDate(String parameterName, java.sql.Date x)
1715 * Sets the designated parameter to the given <code>java.sql.Date</code> value,
1735 void setDate(String parameterName, java.sql.Date x, Calendar cal)
/openjdk9/jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/
H A DADatagramSocket.java99 dString = new Date().toString();
/openjdk9/jdk/test/java/security/cert/CertPathValidator/nameConstraints/
H A DNameConstraintsWithUnexpectedRID.java142 params.setDate(new Date(109, 5, 8)); // 2009-05-01
H A DNameConstraintsWithRID.java142 params.setDate(new Date(109, 5, 8)); // 2009-05-01
H A DNameConstraintsWithoutRID.java142 params.setDate(new Date(109, 5, 8)); // 2009-05-01
/openjdk9/jdk/test/java/text/Format/DateFormat/
H A DDateFormatSymbolsSerializationTest.java50 calendar.setTime(new Date(0L));
/openjdk9/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DCPValidatorTrustAnchor.java179 params.setDate(new Date(109, 9, 1)); // 2009-09-01
/openjdk9/jdk/test/sun/security/x509/X509CertImpl/
H A DV3Certificate.java57 import java.util.Date;
115 Date firstDate = new Date();
118 Date lastDate = cal.getTime();
/openjdk9/jdk/test/javax/management/mxbean/
H A DBasic.java25 import java.util.Date;
67 private Date dateAtt = null;
159 * Get Date attribute
161 public Date getDateAtt() {
166 * Set Date attribute
168 public void setDateAtt(Date value) {
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/activation/
H A DServerMain.java31 import java.util.Date;
110 Date date = new Date();
/openjdk9/jdk/src/java.base/share/classes/java/security/cert/
H A DX509CertSelector.java102 private Date certificateValid;
103 private Date privateKeyValid;
455 * Note that the {@code Date} supplied here is cloned to protect
458 * @param certValid the {@code Date} to check (or {@code null})
461 public void setCertificateValid(Date certValid) {
465 certificateValid = (Date)certValid.clone();
475 * Note that the {@code Date} supplied here is cloned to protect
478 * @param privateKeyValid the {@code Date} to check (or
482 public void setPrivateKeyValid(Date privateKeyValid) {
486 this.privateKeyValid = (Date)privateKeyVali
[all...]
/openjdk9/jdk/src/java.base/macosx/classes/apple/security/
H A DKeychainStore.java57 Date date; // the creation date of this entry
67 Date date; // the creation date of this entry
316 public Date engineGetCreationDate(String alias) {
323 return new Date(((TrustedCertEntry)entry).date.getTime());
325 return new Date(((KeyEntry)entry).date.getTime());
363 entry.date = new Date();
443 entry.date = new Date();
502 trustedCertEntry.date = new Date();
797 tce.date = new Date(creationDate);
799 tce.date = new Date();
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DCompilationStatistics.java39 import java.util.Date;
163 Date now = new Date();
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDocumentCache.java39 import java.util.Date;
329 out.print("<td><center>"+(new Date(doc.getLastReferenced()))+
331 out.print("<td><center>"+(new Date(doc.getLastModified()))+
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/datatype/
H A DDuration.java31 import java.util.Date;
124 * <caption>Required fields for XML Schema 1.0 Date/Time Datatypes.<br>
363 * For example, for any {@code Date} value {@code x},
370 * Note that this method uses the {@link #addTo(Date)} method,
372 * very large values in its fields. See the {@link #addTo(Date)}
389 public long getTimeInMillis(final Date startInstant) {
529 * Adds this duration to a {@link Date} object.
538 * {@link Date} object and used to update the given {@link Date} object.
549 public void addTo(Date dat
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/security/provider/certpath/
H A DBasicChecker.java30 import java.util.Date;
65 private final Date date;
81 BasicChecker(TrustAnchor anchor, Date date, String sigProvider,
H A DPKIX.java83 private Date date;
156 Date date() {
160 date = new Date();
/openjdk9/jdk/src/java.base/share/classes/sun/security/x509/
H A DX509CRLImpl.java105 private Date thisUpdate = null;
106 private Date nextUpdate = null;
188 * @param thisDate the Date of this issue.
189 * @param nextDate the Date of the next CRL.
191 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate) {
201 * @param thisDate the Date of this issue.
202 * @param nextDate the Date of the next CRL.
207 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDat
[all...]
/openjdk9/jdk/test/java/util/Calendar/
H A DZoneOffsets.java32 import java.util.Date;
79 public boolean inDaylightTime(Date date) {
117 cal.setGregorianChange(new Date(Long.MIN_VALUE));
/openjdk9/jdk/test/java/util/zip/
H A DInflateIn_DeflateOut.java47 random = new Random(new Date().getTime());
131 Random random = new Random(new Date().getTime());
153 Random random = new Random(new Date().getTime());
/openjdk9/jdk/test/java/util/Locale/
H A DLocaleProviders.java107 String date = df.format(new Date());
215 Date sampleDate = new Date(0x10000000000L);
/openjdk9/jdk/test/java/security/SecureClassLoader/
H A DDefineClass.java50 import java.util.Date;
250 public Date engineGetCreationDate(String alias) {
251 return alias.equals(baz) ? new Date() : null;
/openjdk9/jdk/test/java/sql/testng/util/
H A DStubPreparedStatement.java32 import java.sql.Date;
114 public void setDate(int parameterIndex, Date x) throws SQLException {
199 public void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException {
/openjdk9/jdk/test/sun/security/validator/
H A DConstructorTest.java43 import java.util.Date;
346 pbParams.setDate(new Date(1426399200000L)); // 03-15-2014 6:00:00 GMT
441 pbParams.setDate(new Date(1426399200000L)); // 03-15-2014 6:00:00 GMT

Completed in 242 milliseconds

1234567891011>>