|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.post.security.PostCertificate rice.post.security.ca.CAPostCertificate
public class CAPostCertificate
This class is the notion of a PostCertificate using the PKI (CA) based authentication mechism.
Constructor Summary | |
---|---|
protected |
CAPostCertificate(PostEntityAddress address,
java.security.PublicKey key,
byte[] signature)
Builds a PostCertificate from a user address and a public key. |
Method Summary | |
---|---|
byte[] |
getSignature()
Gets the signature of the PostCertificate object |
Methods inherited from class rice.post.security.PostCertificate |
---|
equals, getAddress, getKey |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CAPostCertificate(PostEntityAddress address, java.security.PublicKey key, byte[] signature)
address
- The address of the user whose certificate this iskey
- The key of the user whose certificate this issignature
- The signature which verifies this certificateMethod Detail |
---|
public byte[] getSignature()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |