|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.walluck.oscar.handlers.trilliansecureim.TrillianSecureIM
Handles Trillian SecureIM connections.
| Constructor Summary | |
TrillianSecureIM(AIMSession sess,
java.lang.String screenname)
Creates a new Trillian SecureIM. |
|
| Method Summary | |
void |
end()
End this Trillian SecureIM session. |
java.math.BigInteger |
getModulus()
Get the value of modulus. |
java.math.BigInteger |
getMyPrivate()
Get the value of myPrivate. |
java.math.BigInteger |
getMyPublic()
Get the value of myPublic. |
java.math.BigInteger |
getOtherPublic()
Get the value of otherPublic. |
java.math.BigInteger |
getSessionKey()
Get the value of sessionKey. |
void |
handleSecureIM(IncomingIMCH2 args)
Handles a SecureIM packet. |
void |
sendMsg(java.lang.String msg)
Send a Trillian SecureIM message. |
void |
sendRequest()
Send a Trillian SecureIM request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TrillianSecureIM(AIMSession sess,
java.lang.String screenname)
sess - the oscar sessionscreenname - the screenname| Method Detail |
public void end()
public void sendRequest()
throws java.io.IOException
java.io.IOException - if an error occurspublic void sendMsg(java.lang.String msg)
msg - the messagepublic void handleSecureIM(IncomingIMCH2 args)
args - the incoming IM CH2 argspublic java.math.BigInteger getModulus()
public java.math.BigInteger getMyPrivate()
public java.math.BigInteger getMyPublic()
public java.math.BigInteger getOtherPublic()
public java.math.BigInteger getSessionKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||