Home
last modified time | relevance | path

Searched refs:thisDate (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLImpl.java191 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate) { in X509CRLImpl() argument
193 this.thisUpdate = thisDate; in X509CRLImpl()
207 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate, in X509CRLImpl() argument
212 this.thisUpdate = thisDate; in X509CRLImpl()
247 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate, in X509CRLImpl() argument
251 this(issuer, thisDate, nextDate, badCerts); in X509CRLImpl()