Cryptix V3.2

Uses of Interface
xjava.security.FeedbackCipher

Packages that use FeedbackCipher
cryptix.provider.mode   
 

Uses of FeedbackCipher in cryptix.provider.mode
 

Classes in cryptix.provider.mode that implement FeedbackCipher
 class CBC
          Implements a block cipher in CBC mode.
 class CFB
          Implements a byte-oriented stream cipher using n-bit CFB with an n-bit-sized block cipher.
 class CFB_PGP
          Use of this feedback mode is deprecated, use it for compatibility only!
(package private)  class cryptix.provider.mode.FeedbackMode
          FeedbackMode is used to provide the functionality of an encryption mode, such as CBC, CFB, or OFB, that works as a feedback cipher, where the size of the IV and feedback buffer are equal to the cipher's block size.
 class OFB
          Implements a byte-oriented stream cipher using n-bit OFB with an n-bit-sized block cipher.
 class PCBC
          Implements a block cipher in PCBC mode.
 


Cryptix V3.2

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.