Searched refs:pastCertDigests (Results 1 – 1 of 1) sorted by relevance
685 @NonNull Set<byte[]> pastCertDigests) { in BackupSigningInfoState() argument687 mPastCertDigests = pastCertDigests; in BackupSigningInfoState()728 Set<byte[]> pastCertDigests = new HashSet<>(); in parseFromXml() local756 pastCertDigests.add( in parseFromXml()769 pastCertDigests); in parseFromXml()784 Set<byte[]> pastCertDigests = new HashSet<>(); in fromSigningInfo() local795 pastCertDigests.add( in fromSigningInfo()800 return new BackupSigningInfoState(currentCertDigests, pastCertDigests); in fromSigningInfo()