JSS 3.2

org.mozilla.jss.crypto
Class KeyGenAlgorithm$1

java.lang.Object
  |
  +--org.mozilla.jss.crypto.KeyGenAlgorithm$1
All Implemented Interfaces:
KeyGenAlgorithm.KeyStrengthValidator

synchronized class KeyGenAlgorithm$1
extends java.lang.Object
implements KeyGenAlgorithm.KeyStrengthValidator


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

Constructor Detail

KeyGenAlgorithm$1

KeyGenAlgorithm$1()
Method Detail

isValidKeyStrength

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

JSS 3.2