Searched defs:VALID_NOT_AFTER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java89 private static final String VALID_NOT_AFTER = "valid-not-after"; field in class:SslCertificate
105 bundle.putString(VALID_NOT_AFTER, certificate.getValidNotAfter());
141 parseDate(bundle.getString(VALID_NOT_AFTER)),

Completed in 54 milliseconds