package org.torproject.jtor.directory; public interface Document { String getRawDocumentData(); boolean isValidDocument(); }