Searched refs:activeDateTime (Results 1 – 2 of 2) sorted by relevance
176 private Date activeDateTime; field in AuthorizationList263 activeDateTime = Asn1Utils.getDateFromAsn1(value); in AuthorizationList()495 return activeDateTime; in getActiveDateTime()651 if (activeDateTime != null) { in toString()652 s.append("\nActive: ").append(formatDate(activeDateTime)); in toString()
818 Date activeDateTime = validityPeriodList.getActiveDateTime(); in checkValidityPeriod() local822 assertNotNull(activeDateTime); in checkValidityPeriod()