Package net.i2p.router.news
Class BlocklistEntries
- java.lang.Object
-
- net.i2p.router.news.BlocklistEntries
-
public class BlocklistEntries extends Object
One Blocklist. Any String fields may be null.- Since:
- 0.9.28
-
-
Constructor Summary
Constructors Constructor Description BlocklistEntries(int capacity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVerified()
static void
main(String[] args)
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 Detail
-
signer
public String signer
-
sig
public String sig
-
supdated
public String supdated
-
updated
public long updated
-
MAX_ENTRIES
public static final int MAX_ENTRIES
- See Also:
- Constant Field Values
-
MAX_FUTURE
public static final long MAX_FUTURE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isVerified
public boolean isVerified()
-
verify
public boolean verify(I2PAppContext ctx)
-
main
public static void main(String[] args)
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.
-
-