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

/openjdk7/jdk/test/sun/security/util/DerOutputStream/
H A DLocaleInTime.java40 System.out.println(val.getUTCTime());
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificateValidity.java86 notBefore = derVal.data.getUTCTime();
94 notAfter = derVal.data.getUTCTime();
H A DX509CRLEntryImpl.java467 this.revocationDate = derVal.data.getUTCTime();
H A DX509CRLImpl.java1072 thisUpdate = derStrm.getUTCTime();
1086 nextUpdate = derStrm.getUTCTime();
/openjdk7/jdk/src/share/classes/sun/security/util/
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());
H A DDerInputBuffer.java244 public Date getUTCTime(int len) throws IOException { method in class:DerInputBuffer
/openjdk7/jdk/test/sun/security/util/DerInputBuffer/
H A DTimeParsing.java98 return derin.getUTCTime();
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS9Attribute.java541 value = (new DerInputStream(elems[0].toByteArray())).getUTCTime();

Completed in 605 milliseconds