Searched refs:putGeneralizedTime (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificateValidity.java160 pair.putGeneralizedTime(notBefore);
165 pair.putGeneralizedTime(notAfter);
H A DPrivateKeyUsageExtension.java93 tmp.putGeneralizedTime(notBefore);
99 tmp.putGeneralizedTime(notAfter);
H A DInvalidityDateExtension.java77 dos.putGeneralizedTime(date);
H A DX509CRLEntryImpl.java170 tmp.putGeneralizedTime(revocationDate);
H A DX509CRLImpl.java301 tmp.putGeneralizedTime(thisUpdate);
307 tmp.putGeneralizedTime(nextUpdate);
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DKerberosTime.java189 out.putGeneralizedTime(this.toDate());
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A DTimestampCheck.java175 tst.putGeneralizedTime(cal.getTime());
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerOutputStream.java476 public void putGeneralizedTime(Date d) throws IOException { method in class:DerOutputStream

Completed in 58 milliseconds