public interface SignatureCodec
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode() |
int |
signatureSize() |
SignatureCodec |
write(io.netty.buffer.ByteBuf buf)
Write the signature data into the givne buffer
|
byte[] encode()
SignatureCodec write(io.netty.buffer.ByteBuf buf)
buf - the buffer to write the signature intoint signatureSize()
Copyright © 2015. All rights reserved.