HomeSort by relevance Sort by last modified time
    Searched defs:getUTCTime (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/security/util/
DerInputBuffer.java 254 public Date getUTCTime(int len) throws IOException {
DerInputStream.java 533 public Date getUTCTime() throws IOException {
536 return buffer.getUTCTime(getLength(buffer));
DerValue.java 741 public Date getUTCTime() throws IOException {
743 throw new IOException("DerValue.getUTCTime, not a UtcTime: " + tag);
745 return buffer.getUTCTime(data.available());

Completed in 469 milliseconds