Field Summary |
|
final public static short | ILLEGAL_USE This reason code is used to indicate that the signature or
cipher algorithm does
not pad the incoming message and the input message is not block aligned. |
final public static short | ILLEGAL_VALUE This reason code is used to indicate that one or more input parameters
is out of allowed bounds. |
final public static short | INVALID_INIT This reason code is used to indicate that the signature or
cipher object has not been
correctly initialized for the requested operation. |
final public static short | NO_SUCH_ALGORITHM This reason code is used to indicate that the requested
algorithm or key type
is not supported. |
final public static short | UNINITIALIZED_KEY This reason code is used to indicate that the key is uninitialized. |