Fields Summary |
---|
public static final short | ILLEGAL_VALUEThis reason code is used to indicate that one or more input parameters
is out of allowed bounds. |
public static final short | UNINITIALIZED_KEYThis reason code is used to indicate that the key is uninitialized. |
public static final short | NO_SUCH_ALGORITHMThis reason code is used to indicate that the requested
algorithm or key type
is not supported. |
public static final short | INVALID_INITThis reason code is used to indicate that the signature or
cipher object has not been
correctly initialized for the requested operation. |
public static final short | ILLEGAL_USEThis 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. |