|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DOAuthentication
Interface for objects that can be used to authenticate themselves to the other side of a DOConnection link.
Method Summary | |
---|---|
java.security.cert.Certificate[] |
getCredentials()
Returns any certificates that supplement this entities authentication |
java.lang.String |
getID()
Returns the identifier of the calling code. |
void |
signChallenge(net.cnri.dobj.HeaderSet challenge,
net.cnri.dobj.HeaderSet response)
Signs the given challenge message and puts the result (including any required parameters) into the given HeaderSet object. |
Method Detail |
---|
java.lang.String getID()
void signChallenge(net.cnri.dobj.HeaderSet challenge, net.cnri.dobj.HeaderSet response) throws java.lang.Exception
java.lang.Exception
java.security.cert.Certificate[] getCredentials()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |