Category Archives: NZE Database Error Messages

NZE-29242: the asymmetric key is too short to be used with the data

oracle

NZE-29242: the asymmetric key is too short to be used with the data
Cause: An asymmetric key must be at least 11 bytes longer than the data it is being used to encrypt.
Action: Use an asymmetric key with more bits or break the data into smaller pieces.

Back to previous menu

NZE-29241: a buffer block needs more space but its length is fixed

oracle

NZE-29241: a buffer block needs more space but its length is fixed
Cause: The application has preallocated an output buffer that is too short for the operation and has specified that the buffer should not grow as needed.
Action: Either preallocate a larger buffer or allow the toolkit to grow the output buffer as needed.

Back to previous menu

NZE-29240: the cryptographic engine does not recognize the algorithm

oracle

NZE-29240: the cryptographic engine does not recognize the algorithm
Cause: The application may be passing wrong parameters.
Action: Check the parameters being used with the cryptographic functions.

Back to previous menu

NZE-29239: the cryptographic engine could not initialize the algorithm

oracle

NZE-29239: the cryptographic engine could not initialize the algorithm
Cause: The cryptographic engine does not have enough information to correctly initialize the algorithm.
Action: Check the parameters being used with the cryptographic functions.

Back to previous menu

NZE-29238: the cryptographic engine could not apply the algorithm

oracle

NZE-29238: the cryptographic engine could not apply the algorithm
Cause: The cryptographic engine does not have enough information to correctly apply the algorithm.
Action: Check the parameters being used with the cryptographic functions.

Back to previous menu

NZE-29237: the cryptographic engine could not finish the algorithm

oracle

NZE-29237: the cryptographic engine could not finish the algorithm
Cause: The cryptographic engine does not have enough information to correctly finish applying the algorithm.
Action: Check the parameters being used with the cryptographic functions.

Back to previous menu

NZE-29236: the random number generator will not accept seed

oracle

NZE-29236: the random number generator will not accept seed
Cause: The cryptographic engine may have run out of memory.
Action: Make sure the executable has been linked with compatible library versions.

Back to previous menu

NZE-29235: the key information could not be retrieved

oracle

NZE-29235: the key information could not be retrieved
Cause: The key may be corrupted or may be an unsupported type.
Action: Check the parameters being used with the cryptographic functions.

Back to previous menu

NZE-29234: a key object was not extracted from encoding

oracle

NZE-29234: a key object was not extracted from encoding
Cause: The encoding may be corrupted or may not be a key object at all.
Action: Check the encoding and parameters passed to decoding routine.

Back to previous menu

NZE-29233: the key object could not be encoded

oracle
NZE-29233: the key object could not be encoded
Cause: The key object may be corrupted or may be an unsupported type.
Action: Check the key object being passed to the encoding routine.

Back to previous menu