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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DCertificateValidity.java160 pair.putGeneralizedTime(notBefore);
165 pair.putGeneralizedTime(notAfter);
H A DInvalidityDateExtension.java77 dos.putGeneralizedTime(date);
H A DPrivateKeyUsageExtension.java94 tmp.putGeneralizedTime(notBefore);
100 tmp.putGeneralizedTime(notAfter);
H A DX509CRLEntryImpl.java168 tmp.putGeneralizedTime(revocationDate);
H A DX509CRLImpl.java301 tmp.putGeneralizedTime(thisUpdate);
307 tmp.putGeneralizedTime(nextUpdate);
/libcore/ojluni/src/main/java/sun/security/util/
H A DDerOutputStream.java476 public void putGeneralizedTime(Date d) throws IOException { method in class:DerOutputStream

Completed in 213 milliseconds