Cryptix V3.1

Uses of Class
java.security.Mode

Packages that use Mode
cryptix.provider.mode   
java.security   
 

Uses of Mode in cryptix.provider.mode
 

Subclasses of Mode in cryptix.provider.mode
 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.
 

Uses of Mode in java.security
 

Methods in java.security with parameters of type Mode
static Cipher Cipher.getInstance(Cipher cipher, Mode mode, PaddingScheme padding)
          Generates a new Cipher object by composing the given Cipher, Mode and PaddingScheme objects.
 


Cryptix V3.1

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