Package com.luciad.format.s63
Class TLcdS63Exception.ErrorCode
java.lang.Object
com.luciad.format.s63.TLcdS63Exception.ErrorCode
- Enclosing class:
TLcdS63Exception
Type-safe enumeration representing the different errors that can occur
during the decoding process. These errors are defined in the IHO S-63
specification.
- Since:
- 5.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdS63Exception.ErrorCode
Self Signed Key is invalid.static final TLcdS63Exception.ErrorCode
Permits not available for this Data Server.static final TLcdS63Exception.ErrorCode
Cell Permit not found.static final TLcdS63Exception.ErrorCode
Cell Permit format is incorrect.static final TLcdS63Exception.ErrorCode
Cell Permit is invalid (checksum is incorrect) or the Cell Permit is for a different system.static final TLcdS63Exception.ErrorCode
Incorrect system date, check that the computer clock (if accessible) is set correctly or contact your system supplier.static final TLcdS63Exception.ErrorCode
Subscription service has expired.static final TLcdS63Exception.ErrorCode
ENC CRC value is incorrect.static final TLcdS63Exception.ErrorCode
User permit is invalid (checksum is incorrect).static final TLcdS63Exception.ErrorCode
HW_ID is incorrect format.static final TLcdS63Exception.ErrorCode
Format of Self Signed Key file is incorrect.static final TLcdS63Exception.ErrorCode
Subscription service will expire in less than 30 days.static final TLcdS63Exception.ErrorCode
Decryption failed no valid cell permit found.static final TLcdS63Exception.ErrorCode
SA Digital Certificate (X509) has expired.static final TLcdS63Exception.ErrorCode
Non sequential update, previous update(s) missing try reloading from the base media.static final TLcdS63Exception.ErrorCode
ENC Signature format incorrect, contact your data supplier.static final TLcdS63Exception.ErrorCode
Viewer – The permit for ENChas expired. | static final TLcdS63Exception.ErrorCode
This ENC is not authenticated by the IHO acting as the Scheme Administrator.static final TLcdS63Exception.ErrorCode
Viewer – ENCis not up to date. | static final TLcdS63Exception.ErrorCode
SA Signed Data Server Certificate is invalid.static final TLcdS63Exception.ErrorCode
Format of SA Signed DS Certificate is incorrect.static final TLcdS63Exception.ErrorCode
SA Digital Certificate (X509) file is not available.static final TLcdS63Exception.ErrorCode
The SA Signed Data Server Certificate is invalid.static final TLcdS63Exception.ErrorCode
SA signed DS Certificate file is not available.static final TLcdS63Exception.ErrorCode
SA Digital Certificate (X509) file incorrect format.static final TLcdS63Exception.ErrorCode
ENC Signature is invalid.static final TLcdS63Exception.ErrorCode
This error code is used whenever no other, predefined code covers the error. -
Method Summary
-
Field Details
-
SSE_01
Self Signed Key is invalid. -
SSE_02
Format of Self Signed Key file is incorrect. -
SSE_03
SA Signed Data Server Certificate is invalid. -
SSE_04
Format of SA Signed DS Certificate is incorrect. -
SSE_05
SA Digital Certificate (X509) file is not available. A valid certificate can be obtained from the IHO website or your data supplier. -
SSE_06
The SA Signed Data Server Certificate is invalid. The SA may have issued a new public key or the ENC may originate from another service. A new SA public key can be obtained from the IHO website or from your data supplier. -
SSE_07
SA signed DS Certificate file is not available. A valid certificate can be obtained from the IHO website or your data supplier. -
SSE_08
SA Digital Certificate (X509) file incorrect format. A valid certificate can be obtained from the IHO website or your data supplier. -
SSE_09
ENC Signature is invalid. -
SSE_010
Permits not available for this Data Server. Contact your data supplier to obtain the correct permits. -
SSE_011
Cell Permit not found. Load the permit file provided by the data supplier. -
SSE_012
Cell Permit format is incorrect. Contact your data supplier and obtain a new permit file. -
SSE_013
Cell Permit is invalid (checksum is incorrect) or the Cell Permit is for a different system. Contact your data supplier and obtain a new or valid permit file. -
SSE_014
Incorrect system date, check that the computer clock (if accessible) is set correctly or contact your system supplier. -
SSE_015
Subscription service has expired. Please contact your data supplier to renew the subscription licence. -
SSE_016
ENC CRC value is incorrect. Contact your data supplier as ENC(s) may be corrupted or missing data. -
SSE_017
User permit is invalid (checksum is incorrect). Check that the correct hardware device (dongle) is connected or contact your system supplier to obtain a valid userpermit. -
SSE_018
HW_ID is incorrect format. -
SSE_020
Subscription service will expire in less than 30 days. Please contact your data supplier to renew the subscription licence. -
SSE_021
Decryption failed no valid cell permit found. Permits may be for another system or new permits may be required, please contact your supplier to obtain a new licence. -
SSE_022
SA Digital Certificate (X509) has expired. A new SA public key can be obtained from the IHO website or from your data supplier. -
SSE_023
Non sequential update, previous update(s) missing try reloading from the base media. If the problem persists contact your data supplier. -
SSE_024
ENC Signature format incorrect, contact your data supplier. -
SSE_025
Viewer – The permit for ENChas expired. This cell may be out of date and MUST NOT be used for Primary NAVIGATION. | -
SSE_026
This ENC is not authenticated by the IHO acting as the Scheme Administrator. -
SSE_027
Viewer – ENCis not up to date. A New Edition, Re-issue or Update for this cell is missing and therefore MUST NOT be used for Primary NAVIGATION. | -
SSE_UNDEFINED
This error code is used whenever no other, predefined code covers the error.
-
-
Method Details