Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAuthorizationList.java165 private Date activeDateTime; field in AuthorizationList
241 activeDateTime = Asn1Utils.getDateFromAsn1(value); in AuthorizationList()
448 return activeDateTime; in getActiveDateTime()
548 if (activeDateTime != null) { in toString()
549 s.append("\nActive: ").append(formatDate(activeDateTime)); in toString()