Searched refs:activeDateTime (Results 1 – 2 of 2) sorted by relevance
171 private Date activeDateTime; field in AuthorizationList247 activeDateTime = Asn1Utils.getDateFromAsn1(value); in AuthorizationList()473 return activeDateTime; in getActiveDateTime()609 if (activeDateTime != null) { in toString()610 s.append("\nActive: ").append(formatDate(activeDateTime)); in toString()
636 Date activeDateTime = validityPeriodList.getActiveDateTime(); in checkValidityPeriod() local640 assertNotNull(activeDateTime); in checkValidityPeriod()