net.java.otr4j.io.messages
Class SignatureM

Package class diagram package SignatureM
java.lang.Object
  extended by net.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()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009 Beem-project.com. All Rights Reserved.