Searched refs:getTimestamp (Results 1 - 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
H A DCodeSigner.java95 public Timestamp getTimestamp() { method in class:CodeSigner
136 Timestamp thatTimestamp = that.getTimestamp();
H A DTimestamp.java88 public Date getTimestamp() { method in class:Timestamp
133 return (timestamp.equals(that.getTimestamp()) &&
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DTimestampTest.java60 assertEquals("not expected value", now, timestamp.getTimestamp());
88 assertEquals(now, t.getTimestamp());
89 assertNotSame(now, t.getTimestamp());
H A DCodeSignerTest.java115 assertNull(new CodeSigner(cpath, null).getTimestamp());
116 assertSame(new CodeSigner(cpath, ts).getTimestamp(), ts);
/libcore/ojluni/src/main/java/java/sql/
H A DCallableStatement.java360 java.sql.Timestamp getTimestamp(int parameterIndex) method in interface:CallableStatement
573 java.sql.Timestamp getTimestamp(int parameterIndex, Calendar cal) method in interface:CallableStatement
1025 * @see #getTimestamp
1294 * @see #getTimestamp
1535 java.sql.Timestamp getTimestamp(String parameterName) throws SQLException; method in interface:CallableStatement
1744 java.sql.Timestamp getTimestamp(String parameterName, Calendar cal) method in interface:CallableStatement
H A DResultSet.java421 java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException; method in interface:ResultSet
710 java.sql.Timestamp getTimestamp(String columnLabel) throws SQLException; method in interface:ResultSet
2721 java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) method in interface:ResultSet
2743 java.sql.Timestamp getTimestamp(String columnLabel, Calendar cal) method in interface:ResultSet
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetGetterTests.java1195 Timestamp timeRes = res.getTimestamp(i);
1201 timeRes = res.getTimestamp(i);
1258 Timestamp timeRes = res.getTimestamp(i,new GregorianCalendar());
1264 timeRes = res.getTimestamp(i,new GregorianCalendar());
1315 Timestamp timeRes = res.getTimestamp(col);
1323 timeRes = res.getTimestamp(col);
1373 Timestamp timeRes = res.getTimestamp(stringTimes.get(0),cal2);
1378 timeRes = res.getTimestamp(stringTimes.get(1),cal3);
/libcore/ojluni/src/main/java/sun/security/pkcs/
H A DSignerInfo.java579 public Timestamp getTimestamp() method in class:SignerInfo
/libcore/ojluni/src/main/java/sun/security/util/
H A DSignatureFileVerifier.java559 signers.add(new CodeSigner(certChain, info.getTimestamp()));

Completed in 117 milliseconds