Package net.i2p.router.news
Class BlocklistEntries
java.lang.Object
net.i2p.router.news.BlocklistEntries
One Blocklist.
Any String fields may be null.
- Since:
- 0.9.28
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static void
BlocklistEntries [-p keystorepw] input.txt keystore.ks you@mail.i2p File format: One entry per line, # starts a comment, ! starts an unblock entry.boolean
verify
(I2PAppContext ctx)
-
Field Details
-
entries
-
removes
-
signer
-
sig
-
supdated
-
updated
public long updated -
MAX_ENTRIES
public static final int MAX_ENTRIES- See Also:
-
MAX_FUTURE
public static final long MAX_FUTURE- See Also:
-
-
Constructor Details
-
BlocklistEntries
public BlocklistEntries(int capacity)
-
-
Method Details
-
isVerified
public boolean isVerified() -
verify
-
main
BlocklistEntries [-p keystorepw] input.txt keystore.ks you@mail.i2p File format: One entry per line, # starts a comment, ! starts an unblock entry. Single IPv4 or IPv6 address only (no mask allowed), or 44-char base 64 router hash. See MAX_ENTRIES above.
-