Searched refs:getNotAfterInternal (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
H A DX509CertImpl.java147 if (time > getNotAfterInternal()) {
149 + ", expiration time: " + new Date(getNotAfterInternal()));
204 return new Date(getNotAfterInternal());
207 private long getNotAfterInternal() { method in class:X509CertImpl

Completed in 3 milliseconds