Uses of Class
org.freecompany.redline.ChannelWrapper.Key

Packages that use ChannelWrapper.Key
org.freecompany.redline   
 

Uses of ChannelWrapper.Key in org.freecompany.redline
 

Fields in org.freecompany.redline declared as ChannelWrapper.Key
protected  ChannelWrapper.Key<byte[]> SignatureGenerator.headerAndPayloadKey
           
protected  ChannelWrapper.Key<byte[]> SignatureGenerator.headerOnlyKey
           
 

Fields in org.freecompany.redline with type parameters of type ChannelWrapper.Key
protected  Map<ChannelWrapper.Key<?>,ChannelWrapper.Consumer<?>> ChannelWrapper.consumers
           
 

Methods in org.freecompany.redline that return ChannelWrapper.Key
 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)
           
 

Methods in org.freecompany.redline with parameters of type ChannelWrapper.Key
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 © 2014. All Rights Reserved.