Java "isode-crypto" library messages
| Name | Severity | ID | Description | Action |
|---|---|---|---|---|
| CryptoException | information | 104 | An exception was thrown by the isode-crypto JNI library. Application functionality may be reduced. | No action. |
| java_trace | debug | 105 | A trace message was emitted by the Java layer. | No action. |
| jni_exception | debug | 1 | The JNI code threw a CryptoException. | No operator action. |
| no_pkcs12_provider | error | 108 | No PKCS12 Keystore could be instantiated. The application will use the SSLCertificate class, but functionality may be reduced | Check that a valid Java security provider has been installed. Refer to http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html |
| no_x509_object | fatal | 106 | An illegal attempt was made to use functionality available only in the X509Certificate class, but no X509Certificate object was available. | Contact Isode Support. |
| no_X509Factory | error | 101 | No Java X.509 CertificateFactory could be instantiated. The application will use the SSLCertificate class, but functionality may be reduced | Check that a valid Java security provider has been installed. Refer to http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html |
| pkcs12_error | information | 107 | An exception occurred when processing a PKCS#12 file. The application will have been notified using an exception. | No action. |
| prohibited_method_called | error | 2 | A call was made to a C++ function whose use is prohibited | Submit logs to Isode. |
| X509_Exception | information | 103 | An exception was thrown when attempting to use a Java X509Certificate. Application functionality may be reduced. | No action. |
| X509Factory_warning | warning | 102 | An error occurred when attempting to use the Java X.509 CertificateFactory. The application will use the SSLCertificate class, but functionality may be reduced. | Check that a valid Java security provider has been installed. Refer to http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html |