| Package | Description |
|---|---|
| com.subgraph.orchid.crypto |
| Modifier and Type | Method and Description |
|---|---|
static TorPrivateKey |
TorPrivateKey.generateNewKeypair() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
HybridEncryption.decrypt(byte[] data,
TorPrivateKey privateKey)
Decrypt the contents of the byte array
data with the given TorPrivateKey
according to the "hybrid encryption" scheme described in the main Tor specification (tor-spec.txt). |
Copyright © 2015. All rights reserved.