All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.provider.key.SAFERKeyGenerator

java.lang.Object
   |
   +----java.security.KeyGenerator
           |
           +----cryptix.provider.key.RawKeyGenerator
                   |
                   +----cryptix.provider.key.SAFERKeyGenerator

public class SAFERKeyGenerator
extends RawKeyGenerator
A key generator for SAFER.

SAFER keys have a length of either 64 or 128 bits. The default is 128 bits.

Copyright © 1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1.1.1 $

Author:
David Hopwood

Constructor Index

 o SAFERKeyGenerator()

Method Index

 o isValidKeyLength(int)
Returns true iff length is a valid key length (in bytes) for this algorithm.

Constructors

 o SAFERKeyGenerator
 public SAFERKeyGenerator()

Methods

 o isValidKeyLength
 public boolean isValidKeyLength(int length)
Returns true iff length is a valid key length (in bytes) for this algorithm.

Overrides:
isValidKeyLength in class RawKeyGenerator

All Packages  Class Hierarchy  This Package  Previous  Next  Index