|
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.PKnoISignature
public class PKnoISignature
This class is the notion of a verification (or vouching) in the PKnoI system.
Constructor Summary | |
---|---|
protected |
PKnoISignature(PKnoIPostCertificate signee,
PKnoIPostCertificate signer,
byte[] sig)
Builds a PKnoISignature, in which a single user vouches for another. |
Method Summary | |
---|---|
byte[] |
getSignature()
Returns the signature |
PKnoIPostCertificate |
getSignee()
Returns the user who is the signee |
PKnoIPostCertificate |
getSigner()
Returns the signer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PKnoISignature(PKnoIPostCertificate signee, PKnoIPostCertificate signer, byte[] sig)
from
- The origin userto
- The destination usersigs
- The array of signaturesMethod Detail |
---|
public PKnoIPostCertificate getSignee()
public PKnoIPostCertificate getSigner()
public byte[] getSignature()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |