|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.i2p.sam.SAMUtils
public class SAMUtils
Miscellaneous utility methods used by SAM protocol handlers.
| Nested Class Summary | |
|---|---|
static class |
SAMUtils.InvalidDestination
|
| Constructor Summary | |
|---|---|
SAMUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
checkDestination(String dest)
Check whether a base64-encoded dest is valid |
static void |
checkPrivateDestination(String dest)
|
static void |
genRandomKey(OutputStream priv,
OutputStream pub)
Generate a random destination key |
static Destination |
getDest(String s)
Resolve the destination from a key or a hostname |
static Destination |
lookupHost(String name,
OutputStream pubKey)
Resolved the specified hostname. |
static Properties |
parseParams(StringTokenizer tok)
Parse SAM parameters, and put them into a Propetries object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAMUtils()
| Method Detail |
|---|
public static void genRandomKey(OutputStream priv,
OutputStream pub)
priv - Stream used to write the private keypub - Stream used to write the public key (may be null)public static boolean checkDestination(String dest)
dest - The base64-encoded destination to be checked
public static void checkPrivateDestination(String dest)
throws SAMUtils.InvalidDestination
SAMUtils.InvalidDestination
public static Destination lookupHost(String name,
OutputStream pubKey)
name - Hostname to be resolvedpubKey - A stream to write the Destination public key (may be null)
public static Destination getDest(String s)
throws DataFormatException
s - Hostname or key to be resolved
DataFormatException
public static Properties parseParams(StringTokenizer tok)
throws SAMException
tok - A StringTokenizer pointing to the SAM parameters
SAMException - if the data was formatted incorrectly
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||