public class TorCreateFastKeyAgreement extends Object implements TorKeyAgreement
| Constructor and Description |
|---|
TorCreateFastKeyAgreement() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createOnionSkin() |
boolean |
deriveKeysFromHandshakeResponse(byte[] handshakeResponse,
byte[] keyMaterialOut,
byte[] verifyHashOut) |
byte[] |
getDerivedValue() |
byte[] |
getPublicValue() |
void |
setOtherValue(byte[] yValue) |
public byte[] getPublicValue()
public void setOtherValue(byte[] yValue)
public byte[] getDerivedValue()
public byte[] createOnionSkin()
createOnionSkin in interface TorKeyAgreementpublic boolean deriveKeysFromHandshakeResponse(byte[] handshakeResponse,
byte[] keyMaterialOut,
byte[] verifyHashOut)
deriveKeysFromHandshakeResponse in interface TorKeyAgreementCopyright © 2015. All rights reserved.