gnu.crypto.cipher

Class WeakKeyException

public class WeakKeyException extends InvalidKeyException

Checked exception thrown to indicate that a weak key has been generated and or specified instead of a valid non-weak value.

Version: $Revision: 1.2 $

Constructor Summary
WeakKeyException()
WeakKeyException(String msg)

Constructor Detail

WeakKeyException

public WeakKeyException()

WeakKeyException

public WeakKeyException(String msg)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.