public class BlocklistEntries extends Object
Modifier and Type | Field | Description |
---|---|---|
List<String> |
entries |
|
static int |
MAX_ENTRIES |
|
static long |
MAX_FUTURE |
|
List<String> |
removes |
|
String |
sig |
|
String |
signer |
|
String |
supdated |
|
long |
updated |
Constructor | Description |
---|---|
BlocklistEntries(int capacity) |
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) |
public String signer
public String sig
public String supdated
public long updated
public static final int MAX_ENTRIES
public static final long MAX_FUTURE
public boolean isVerified()
public boolean verify(I2PAppContext ctx)
public static void main(String[] args)