You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




org.mozilla.jss.crypto
Class KeyGenAlgorithm.FixedKeyStrengthValidator

java.lang.Object
  extended by org.mozilla.jss.crypto.KeyGenAlgorithm.FixedKeyStrengthValidator
All Implemented Interfaces:
KeyGenAlgorithm.KeyStrengthValidator
Enclosing class:
KeyGenAlgorithm

protected static class KeyGenAlgorithm.FixedKeyStrengthValidator
extends java.lang.Object
implements KeyGenAlgorithm.KeyStrengthValidator


Constructor Summary
KeyGenAlgorithm.FixedKeyStrengthValidator(int strength)
           
 
Method Summary
 boolean isValidKeyStrength(int strength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyGenAlgorithm.FixedKeyStrengthValidator

public KeyGenAlgorithm.FixedKeyStrengthValidator(int strength)
Method Detail

isValidKeyStrength

public boolean isValidKeyStrength(int strength)
Specified by:
isValidKeyStrength in interface KeyGenAlgorithm.KeyStrengthValidator