Home
last modified time | relevance | path

Searched refs:formatDate (Results 1 – 1 of 1) sorted by relevance

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAuthorizationList.java348 private static String formatDate(Date date) { in formatDate() method in AuthorizationList
549 s.append("\nActive: ").append(formatDate(activeDateTime)); in toString()
553 s.append("\nOrigination expire: ").append(formatDate(originationExpireDateTime)); in toString()
557 s.append("\nUsage expire: ").append(formatDate(usageExpireDateTime)); in toString()
572 s.append("\nCreated: ").append(formatDate(creationDateTime)); in toString()