|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
net.java.otr4j.io.messages
Class SignatureM

java.lang.Objectnet.java.otr4j.io.messages.SignatureM
public class SignatureM
- extends Object
| Field Summary | |
|---|---|
int |
keyPairID
|
PublicKey |
localLongTermPubKey
|
DHPublicKey |
localPubKey
|
DHPublicKey |
remotePubKey
|
| Constructor Summary | |
|---|---|
SignatureM(DHPublicKey localPubKey,
DHPublicKey remotePublicKey,
PublicKey localLongTermPublicKey,
int keyPairID)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
localPubKey
public DHPublicKey localPubKey
remotePubKey
public DHPublicKey remotePubKey
localLongTermPubKey
public PublicKey localLongTermPubKey
keyPairID
public int keyPairID
| Constructor Detail |
|---|
SignatureM
public SignatureM(DHPublicKey localPubKey, DHPublicKey remotePublicKey, PublicKey localLongTermPublicKey, int keyPairID)
| Method Detail |
|---|
hashCode
public int hashCode()
equals
public boolean equals(Object obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2009 Beem-project.com. All Rights Reserved.

net.java.otr4j.io.messages.SignatureM