|
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
public abstract class PostCertificate
This class is the abstraction of a certificate in the POST system, regardless of the underlying security model. This class contains an address and a key.
Constructor Summary | |
---|---|
protected |
PostCertificate(PostEntityAddress address,
java.security.PublicKey key)
Builds a PostCertificate from a user address and a public key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns whether or not this object is equal |
PostEntityAddress |
getAddress()
Gets the Address attribute of the PostCertificate object |
java.security.PublicKey |
getKey()
Gets the Key attribute of the PostCertificate object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PostCertificate(PostEntityAddress address, java.security.PublicKey key)
address
- The address of the user whose certificate this iskey
- The key of the user whose certificate this isMethod Detail |
---|
public PostEntityAddress getAddress()
public java.security.PublicKey getKey()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- The object to compare to
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |