Searched refs:activeDateTime (Results 1 – 1 of 1) sorted by relevance
165 private Date activeDateTime; field in AuthorizationList241 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()