Searched refs:cloneDate (Results 1 – 1 of 1) sorted by relevance
193 mValidNotBefore = cloneDate(validNotBefore); in SslCertificate()194 mValidNotAfter = cloneDate(validNotAfter); in SslCertificate()203 return cloneDate(mValidNotBefore); in getValidNotBeforeDate()222 return cloneDate(mValidNotAfter); in getValidNotAfterDate()330 private static Date cloneDate(Date date) { in cloneDate() method in SslCertificate