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

/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java88 private static final String VALID_NOT_BEFORE = "valid-not-before"; field in class:SslCertificate
104 bundle.putString(VALID_NOT_BEFORE, certificate.getValidNotBefore());
140 parseDate(bundle.getString(VALID_NOT_BEFORE)),

Completed in 85 milliseconds