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.1 $

Constructor Summary

WeakKeyException()
WeakKeyException(String msg)

Constructor Details

WeakKeyException

public WeakKeyException()


WeakKeyException

public WeakKeyException(String msg)


Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.