Searched refs:activeDateTime (Results 1 – 2 of 2) sorted by relevance
183 private Date activeDateTime; field in AuthorizationList284 activeDateTime = Asn1Utils.getDateFromAsn1(value); in AuthorizationList()414 activeDateTime = CborUtils.getDate(submodMap, key); in AuthorizationList()652 return activeDateTime; in getActiveDateTime()829 if (activeDateTime != null) { in toString()830 s.append("\nActive: ").append(formatDate(activeDateTime)); in toString()
1481 Date activeDateTime = validityPeriodList.getActiveDateTime(); in checkValidityPeriod() local1486 + " authorization list.", activeDateTime); in checkValidityPeriod()