|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrice.pastry.standard.CertifiedNodeIdFactory
public class CertifiedNodeIdFactory
Builds nodeIds in a certified manner, guaranteeing that a given node will always have the same nodeId. NOTE: Actual certification is not yet implemented, rather, using this factory simply guarantees that the node's nodeId will never change.
| Field Summary | |
|---|---|
protected Environment |
environment
|
protected Logger |
logger
|
static java.lang.String |
NODE_ID_FILENAME
|
protected int |
port
|
protected IPNodeIdFactory |
realFactory
|
| Constructor Summary | |
|---|---|
CertifiedNodeIdFactory(java.net.InetAddress localIP,
int port,
Environment env)
Constructor. |
|
| Method Summary | |
|---|---|
static void |
generateCertificate(Id id,
java.io.OutputStream os,
java.security.PrivateKey key)
Method which generates a certificate given the nodeid, location, and private key |
Id |
generateNodeId()
generate a nodeId |
static java.lang.String |
getArg(java.lang.String[] args,
java.lang.String argType)
|
static void |
main(java.lang.String[] args)
Main method which, for convenience, allows certificate creation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String NODE_ID_FILENAME
protected int port
protected IPNodeIdFactory realFactory
protected Environment environment
protected Logger logger
| Constructor Detail |
|---|
public CertifiedNodeIdFactory(java.net.InetAddress localIP,
int port,
Environment env)
| Method Detail |
|---|
public Id generateNodeId()
generateNodeId in interface NodeIdFactory
public static void generateCertificate(Id id,
java.io.OutputStream os,
java.security.PrivateKey key)
id - The id of the certificate to generatefile - The location to write the certificate tokey - The private key to use to sign the result
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
public static java.lang.String getArg(java.lang.String[] args,
java.lang.String argType)
|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||