HomeSort by relevance Sort by last modified time
    Searched refs:putGeneralizedTime (Results 1 - 6 of 6) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateValidity.java 160 pair.putGeneralizedTime(notBefore);
165 pair.putGeneralizedTime(notAfter);
InvalidityDateExtension.java 77 dos.putGeneralizedTime(date);
PrivateKeyUsageExtension.java 94 tmp.putGeneralizedTime(notBefore);
100 tmp.putGeneralizedTime(notAfter);
X509CRLEntryImpl.java 168 tmp.putGeneralizedTime(revocationDate);
X509CRLImpl.java 301 tmp.putGeneralizedTime(thisUpdate);
307 tmp.putGeneralizedTime(nextUpdate);
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
DerOutputStream.java 476 public void putGeneralizedTime(Date d) throws IOException {

Completed in 176 milliseconds