| Package | Description |
|---|---|
| anon.tor | |
| anon.tor.cells |
| Modifier and Type | Method and Description |
|---|---|
RelayCell |
OnionRouter.decryptCell(RelayCell cell)
decrypts a RelayCell
|
RelayCell |
OnionRouter.encryptCell(RelayCell cell)
encrypts a RelayCell
|
RelayCell |
OnionRouter.extendConnection(ORDescriptor description)
extends the connction to another OR and encrypts the data
|
private RelayCell |
OnionRouter.extendConnection(java.lang.String address,
int port)
extends the connection to another OR
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OnionRouter.checkExtendedCell(RelayCell cell)
checks if the extendedcell has the right parameters and hash
|
RelayCell |
OnionRouter.decryptCell(RelayCell cell)
decrypts a RelayCell
|
int |
TorChannel.dispatchCell(RelayCell cell)
dispatches the cells to the outputstream
|
RelayCell |
OnionRouter.encryptCell(RelayCell cell)
encrypts a RelayCell
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendCell |
class |
ExtendedCell |
Copyright © 2023. All rights reserved.