All Packages Class Hierarchy This Package Previous Next Index
Class java.security.WeakKeyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.security.KeyException
|
+----java.security.WeakKeyException
- public class WeakKeyException
- extends KeyException
WeakKeyException is thrown when a weak key would have been generated
(e.g. by a KeyGenerator).
This class
is not supported in JavaSoft's version of JCE.
-
WeakKeyException()
- Constructs a WeakKeyException without any detail message.
-
WeakKeyException(String)
- Constructs a WeakKeyException with the specified
detail message.
WeakKeyException
public WeakKeyException()
- Constructs a WeakKeyException without any detail message.
WeakKeyException
public WeakKeyException(String msg)
- Constructs a WeakKeyException with the specified
detail message. A detail message is a String that describes
this particular exception.
- Parameters:
- msg - the detail message.
All Packages Class Hierarchy This Package Previous Next Index