com.rsa.jsafe
Class JSAFE_InvalidArithmeticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.rsa.jsafe.JSAFE_Exception
com.rsa.jsafe.JSAFE_InvalidArithmeticException
- All Implemented Interfaces:
- Serializable
- public class JSAFE_InvalidArithmeticException
- extends JSAFE_Exception
This exception concerns only algorithms that use a number package
(currently RSA, DH, and DSA). The exception indicates that the number
package in use is somehow invalid. The exception comment string
s gives details.
See
Overview of Crypto-J for background and reference material
on using and understanding Crypto-J.
Copyright © RSA Security Inc., 1997-2005. All rights reserved.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JSAFE_InvalidArithmeticException
public JSAFE_InvalidArithmeticException()
JSAFE_InvalidArithmeticException
public JSAFE_InvalidArithmeticException(String s)
RSA BSAFE Crypto-J 3.5.2