| Package | Description |
|---|---|
| org.redline_rpm |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelWrapper.Key<byte[]> |
SignatureGenerator.headerAndPayloadKey |
protected ChannelWrapper.Key<byte[]> |
SignatureGenerator.headerOnlyKey |
| 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(org.bouncycastle.openpgp.PGPPrivateKey key,
int algorithm)
Initialize a PGP signatue on the 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 |
|---|---|
protected void |
SignatureGenerator.checkKey(ChannelWrapper.Key<byte[]> key) |
<T> T |
ChannelWrapper.finish(ChannelWrapper.Key<T> object) |
protected void |
SignatureGenerator.finishEntry(WritableChannelWrapper output,
AbstractHeader.Entry<byte[]> entry,
ChannelWrapper.Key<byte[]> key) |
Copyright © 2021. All Rights Reserved.