public class SignatureM extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
keyPairID |
PublicKey |
localLongTermPubKey |
DHPublicKey |
localPubKey |
DHPublicKey |
remotePubKey |
| Constructor and Description |
|---|
SignatureM(DHPublicKey localPubKey,
DHPublicKey remotePublicKey,
PublicKey localLongTermPublicKey,
int keyPairID) |
public DHPublicKey localPubKey
public DHPublicKey remotePubKey
public PublicKey localLongTermPubKey
public int keyPairID
public SignatureM(DHPublicKey localPubKey, DHPublicKey remotePublicKey, PublicKey localLongTermPublicKey, int keyPairID)
Copyright © 2015. All rights reserved.