Searched refs:activeDateTime (Results 1 – 2 of 2) sorted by relevance
181 private Date activeDateTime; field in AuthorizationList272 activeDateTime = Asn1Utils.getDateFromAsn1(value); in AuthorizationList()396 activeDateTime = CborUtils.getDate(submodMap, key); in AuthorizationList()628 return activeDateTime; in getActiveDateTime()797 if (activeDateTime != null) { in toString()798 s.append("\nActive: ").append(formatDate(activeDateTime)); in toString()
957 Date activeDateTime = validityPeriodList.getActiveDateTime(); in checkValidityPeriod() local961 assertNotNull(activeDateTime); in checkValidityPeriod()