| Package | Description |
|---|---|
| org.freecompany.redline |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ChannelWrapper.Key<?>,ChannelWrapper.Consumer<?>> |
ChannelWrapper.consumers |
| Modifier and Type | Method and Description |
|---|---|
ChannelWrapper.Key<Integer> |
ChannelWrapper.start()
Initializes a byte counter on this channel.
|
ChannelWrapper.Key<byte[]> |
ChannelWrapper.start(PrivateKey key)
Initialize a signature on this channel.
|
ChannelWrapper.Key<byte[]> |
ChannelWrapper.start(String algorithm)
Initialize a digest on this channel.
|
ChannelWrapper.Key<Integer> |
ChannelWrapper.start(WritableByteChannel output) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ChannelWrapper.finish(ChannelWrapper.Key<T> object) |
Copyright © 2014. All Rights Reserved.