|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.post.security.pknoi.PKnoIChain
public class PKnoIChain
This class is the notion of a chain of "vouches" from one user to another in the PKnoI POST system. The chain can contain other metadata, such as the "validity" of this chain (based on some metric) or similar information.
Constructor Summary | |
---|---|
protected |
PKnoIChain(PKnoIPostCertificate from,
PKnoIPostCertificate to,
PKnoISignature[] sigs)
Builds a PKnoIChain from the to and from certificates, and the chain of signatures which verify each other |
Method Summary | |
---|---|
PKnoIPostCertificate |
getFrom()
Returns the origin user for this cahin |
PKnoISignature[] |
getSignatures()
Returns the signatures for this cahin |
PKnoIPostCertificate |
getTo()
Returns the destination user for this cahin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PKnoIChain(PKnoIPostCertificate from, PKnoIPostCertificate to, PKnoISignature[] sigs)
from
- The origin userto
- The destination usersigs
- The array of signaturesMethod Detail |
---|
public PKnoIPostCertificate getFrom()
public PKnoIPostCertificate getTo()
public PKnoISignature[] getSignatures()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |