|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.trilliansecureim.TrillianSecureIM2
Handles Trillian SecureIM connections.
Constructor Summary | |
TrillianSecureIM2(AIMSession sess,
java.lang.String screenname)
Creates a new Trillian SecureIM. |
Method Summary | |
void |
end()
End this Trillian SecureIM session. |
byte[] |
getMyPrivate()
Get the value of myPrivate. |
byte[] |
getMyPublic()
Get the value of myPublic. |
byte[] |
getPeerPublic()
Get the value of peerPublic. |
java.math.BigInteger |
getPrime()
Get the value of prime. |
byte[] |
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 TrillianSecureIM2(AIMSession sess, java.lang.String screenname)
sess
- the oscar sessionscreenname
- the screennameMethod 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 getPrime()
public byte[] getMyPrivate()
public byte[] getMyPublic()
public byte[] getPeerPublic()
public byte[] getSessionKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |