Cryptix V3.2

Uses of Interface
xjava.security.SymmetricCipher

Packages that use SymmetricCipher
cryptix.provider.cipher   
cryptix.provider.mode   
 

Uses of SymmetricCipher in cryptix.provider.cipher
 

Classes in cryptix.provider.cipher that implement SymmetricCipher
 class Blowfish
          This class implements the Blowfish block cipher.
 class CAST5
          A subclass of Cipher to implement the CAST5 (a.k.a.
 class DES
          DES is a block cipher with an 8 byte block size.
 class DES_EDE3
          This class implements Triple DES EDE encryption with three independent keys.
 class DES2X
          This class implements DES2X encryption with four independent keys.
 class DESX
          This class implements DESX encryption with two independent keys.
 class IDEA
          IDEA is a block cipher with a key length of 16 bytes and a block length of 8 bytes.
 class LOKI91
          LOKI is a proposed Australian alternative cipher to DES.
 class RC2
          A subclass of Cipher to implement the RC2 (TM) block cipher algorithm in Java.
 class RC4
          This class implements the RC4 (TM) stream cipher.
 class Rijndael
          Rijndael --pronounced Reindaal-- is a symmetric cipher with a 128-bit block size and variable key-size (128-, 192- and 256-bit).
 class SAFER
          A subclass of Cipher to implement the SAFER algorithm in Java.
 class SPEED
          SPEED is a block cipher with variable key size, data block size and number of rounds (in the style of RC5).
 class Square
          A subclass of Cipher to implement a Java class of the Square algorithm.
 

Uses of SymmetricCipher in cryptix.provider.mode
 

Classes in cryptix.provider.mode that implement SymmetricCipher
 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.