Searched refs:nextDate (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | X509CRLImpl.java | 191 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/ |
D | X509CRLImpl.java | 52 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
|