Searched defs:getUTCTime (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerInputBuffer.java244 public Date getUTCTime(int len) throws IOException { method in class:DerInputBuffer
H A DDerInputStream.java495 public Date getUTCTime() throws IOException { method in class:DerInputStream
498 return buffer.getUTCTime(getLength(buffer));
H A DDerValue.java728 public Date getUTCTime() throws IOException { method in class:DerValue
730 throw new IOException("DerValue.getUTCTime, not a UtcTime: " + tag);
732 return buffer.getUTCTime(data.available());

Completed in 914 milliseconds