Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLImpl.java191 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate) { in X509CRLImpl() argument
194 this.nextUpdate = nextDate; in X509CRLImpl()
207 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate, in X509CRLImpl() argument
213 this.nextUpdate = nextDate; in X509CRLImpl()
247 public X509CRLImpl(X500Name issuer, Date thisDate, Date nextDate, in X509CRLImpl() argument
251 this(issuer, thisDate, nextDate, badCerts); in X509CRLImpl()
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CRLImpl.java52 sun.security.x509.X500Name issuer, java.util.Date thisDate, java.util.Date nextDate) { in X509CRLImpl() argument
59 java.util.Date nextDate, in X509CRLImpl() argument
68 java.util.Date nextDate, in X509CRLImpl() argument