Cryptix V3.1

Uses of Interface
java.lang.Cloneable

Packages that use Cloneable
cryptix.provider   
cryptix.provider.elgamal   
cryptix.provider.key   
cryptix.provider.mac   
cryptix.provider.md   
cryptix.provider.rsa   
cryptix.util.math   
java.security   
java.util   
netscape.security   
 

Uses of Cloneable in cryptix.provider
 

Classes in cryptix.provider that implement Cloneable
 class Cryptix
          This class acts as a security provider for the Java Cryptography Architecture.
 

Uses of Cloneable in cryptix.provider.elgamal
 

Classes in cryptix.provider.elgamal that implement Cloneable
 class RawElGamalCipher
          The raw ElGamal encryption algorithm.
 

Uses of Cloneable in cryptix.provider.key
 

Classes in cryptix.provider.key that implement Cloneable
 class BlowfishKeyGenerator
          A variable-length key generator for Blowfish.
 class CAST5KeyGenerator
          A variable-length key generator for CAST5.
 class DES_EDE3KeyGenerator
          A key generator for Triple DES with 3 independent DES keys.
 class DES2XKeyGenerator
          A key generator for DES2X with one DES key and three XOR key.
 class DESKeyGenerator
          A key generator for (single) DES.
 class DESXKeyGenerator
          A key generator for DESX with one DES key and one XOR key.
 class IDEAKeyGenerator
          A key generator for IDEA.
 class LOKI91KeyGenerator
          A key generator for LOKI91.
 class RawKeyGenerator
          RawKeyGenerator acts as a superclass for other Cryptix key generator classes.
 class RC2KeyGenerator
          A key generator for RC2.
 class RC4KeyGenerator
          A variable-length key generator for RC4.
 class RijndaelKeyGenerator
          A variable-length key generator for Rijndael.
 class SAFERKeyGenerator
          A key generator for SAFER.
 class SPEEDKeyGenerator
          A variable-length key generator for SPEED.
 class SquareKeyGenerator
          A key generator for Square.
 

Uses of Cloneable in cryptix.provider.mac
 

Classes in cryptix.provider.mac that implement Cloneable
 class HMAC
          A class to implement the HMAC message authentication code, as described in RFC 2104.
 class HMAC_HAVAL
          A class to implement the HMAC message authentication code, as described in RFC 2104, with the HAVAL digest algorithm.
 class HMAC_MD2
          A class to implement the HMAC message authentication code, as described in RFC 2104, with the MD2 digest algorithm.
 class HMAC_MD4
          A class to implement the HMAC message authentication code, as described in RFC 2104, with the MD4 digest algorithm.
 class HMAC_MD5
          A class to implement the HMAC message authentication code, as described in RFC 2104, with the MD5 digest algorithm.
 class HMAC_RIPEMD128
          A class to implement the HMAC message authentication code, as described in RFC 2104, with the RIPEMD128 digest algorithm.
 class HMAC_RIPEMD160
          A class to implement the HMAC message authentication code, as described in RFC 2104, with the RIPEMD160 digest algorithm.
 class HMAC_SHA0
          A class to implement the HMAC message authentication code, as described in RFC 2104, with the SHA-0 digest algorithm.
 class HMAC_SHA1
          A class to implement the HMAC message authentication code, as described in RFC 2104, with the SHA-1 digest algorithm.
 

Uses of Cloneable in cryptix.provider.md
 

Classes in cryptix.provider.md that implement Cloneable
 class HAVAL
          A Java class to digest input according to the HAVAL algorithm.
 class MD2
          Implements the MD2 message digest algorithm in Java.
 class MD4
          Implements the MD4 message digest algorithm in Java.
 class MD5
          This class implements the MD5 message digest algorithm.
 class RIPEMD128
          Implements the RIPEMD128 message digest algorithm in Java as per the reference below.
 class RIPEMD160
          Implements the RIPEMD160 message digest algorithm in Java as per the reference below.
 class SHA0
          This class implements the SHA-0 message digest algorithm (not to be confused with the revised SHA-1 algorithm).
 class SHA1
          This class implements the SHA-1 message digest algorithm.
 

Uses of Cloneable in cryptix.provider.rsa
 

Classes in cryptix.provider.rsa that implement Cloneable
 class RawRSACipher
          The raw RSA encryption algorithm, without any block framing.
 

Uses of Cloneable in cryptix.util.math
 

Classes in cryptix.util.math that implement Cloneable
 class BigRegister
          Utility class to manage a large bit-register of a given size as a mutable object.
 class TrinomialLFSR
          A class that implements a special category of Linear Feedback Shift Register (LFSR).
 

Uses of Cloneable in java.security
 

Classes in java.security that implement Cloneable
 class Provider
           
 

Uses of Cloneable in java.util
 

Classes in java.util that implement Cloneable
 class java.util.Hashtable
           
 class java.util.Properties
           
 

Uses of Cloneable in netscape.security
 

Classes in netscape.security that implement Cloneable
 class PrivilegeTable
          Dummy class.
 


Cryptix V3.1

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