| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.message | |
| net.tomp2p.storage |
| Modifier and Type | Method and Description |
|---|---|
SHA1Signature |
SignatureFactory.sign(PrivateKey privateKey,
io.netty.buffer.ByteBuf buf) |
SHA1Signature |
DefaultSignatureFactory.sign(PrivateKey privateKey,
io.netty.buffer.ByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SignatureFactory.verify(PublicKey publicKey,
io.netty.buffer.ByteBuf buf,
SHA1Signature signatureEncoded) |
boolean |
DefaultSignatureFactory.verify(PublicKey publicKey,
io.netty.buffer.ByteBuf buf,
SHA1Signature signatureEncoded) |
| Modifier and Type | Method and Description |
|---|---|
SHA1Signature |
Message.receivedSignature() |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.receivedSignature(SHA1Signature signatureEncode) |
| Modifier and Type | Method and Description |
|---|---|
SHA1Signature |
Data.signature() |
| Modifier and Type | Method and Description |
|---|---|
Data |
Data.signature(SHA1Signature signature) |
Copyright © 2014. All rights reserved.