Uses of Interface
com.digt.trusted.crypto.StreamCipher

Packages that use StreamCipher
com.digt.trusted.crypto   
com.digt.trusted.jce.provider   
 

Uses of StreamCipher in com.digt.trusted.crypto
 

Classes in com.digt.trusted.crypto that implement StreamCipher
 class StreamBlockCipher
          a wrapper for block ciphers with a single byte block size, so that they can be treated like stream ciphers.
 

Uses of StreamCipher in com.digt.trusted.jce.provider
 

Constructors in com.digt.trusted.jce.provider with parameters of type StreamCipher
JCEStreamCipher(StreamCipher engine)
           
JCEStreamCipher(StreamCipher engine, int pbeType, int pbeHash, int pbeKeySize, int pbeIvSize)