⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 secerrs.h

📁 支持SSL v2/v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509v3证书等安全协议或标准的开发库编译用到NSPR
💻 H
📖 第 1 页 / 共 2 页
字号:
ER3(SEC_ERROR_KRL_BAD_SIGNATURE,		(SEC_ERROR_BASE + 60),"The KRL for this site's certificate has an invalid signature.")ER3(SEC_ERROR_REVOKED_KEY,			(SEC_ERROR_BASE + 61),"The key for this site's certificate has been revoked.")ER3(SEC_ERROR_KRL_INVALID,			(SEC_ERROR_BASE + 62),"New KRL has an invalid format.")ER3(SEC_ERROR_NEED_RANDOM,			(SEC_ERROR_BASE + 63),"security library: need random data.")ER3(SEC_ERROR_NO_MODULE,			(SEC_ERROR_BASE + 64),"security library: no security module can perform the requested operation.")ER3(SEC_ERROR_NO_TOKEN,				(SEC_ERROR_BASE + 65),"The security card or token does not exist, needs to be initialized, or has been removed.")ER3(SEC_ERROR_READ_ONLY,			(SEC_ERROR_BASE + 66),"security library: read-only database.")ER3(SEC_ERROR_NO_SLOT_SELECTED,			(SEC_ERROR_BASE + 67),"No slot or token was selected.")ER3(SEC_ERROR_CERT_NICKNAME_COLLISION,		(SEC_ERROR_BASE + 68),"A certificate with the same nickname already exists.")ER3(SEC_ERROR_KEY_NICKNAME_COLLISION,		(SEC_ERROR_BASE + 69),"A key with the same nickname already exists.")ER3(SEC_ERROR_SAFE_NOT_CREATED,			(SEC_ERROR_BASE + 70),"error while creating safe object")ER3(SEC_ERROR_BAGGAGE_NOT_CREATED,		(SEC_ERROR_BASE + 71),"error while creating baggage object")ER3(XP_JAVA_REMOVE_PRINCIPAL_ERROR,		(SEC_ERROR_BASE + 72),"Couldn't remove the principal")ER3(XP_JAVA_DELETE_PRIVILEGE_ERROR,		(SEC_ERROR_BASE + 73),"Couldn't delete the privilege")ER3(XP_JAVA_CERT_NOT_EXISTS_ERROR,		(SEC_ERROR_BASE + 74),"This principal doesn't have a certificate")ER3(SEC_ERROR_BAD_EXPORT_ALGORITHM,		(SEC_ERROR_BASE + 75),"Required algorithm is not allowed.")ER3(SEC_ERROR_EXPORTING_CERTIFICATES,		(SEC_ERROR_BASE + 76),"Error attempting to export certificates.")ER3(SEC_ERROR_IMPORTING_CERTIFICATES,		(SEC_ERROR_BASE + 77),"Error attempting to import certificates.")ER3(SEC_ERROR_PKCS12_DECODING_PFX,		(SEC_ERROR_BASE + 78),"Unable to import.  Decoding error.  File not valid.")ER3(SEC_ERROR_PKCS12_INVALID_MAC,		(SEC_ERROR_BASE + 79),"Unable to import.  Invalid MAC.  Incorrect password or corrupt file.")ER3(SEC_ERROR_PKCS12_UNSUPPORTED_MAC_ALGORITHM,	(SEC_ERROR_BASE + 80),"Unable to import.  MAC algorithm not supported.")ER3(SEC_ERROR_PKCS12_UNSUPPORTED_TRANSPORT_MODE,(SEC_ERROR_BASE + 81),"Unable to import.  Only password integrity and privacy modes supported.")ER3(SEC_ERROR_PKCS12_CORRUPT_PFX_STRUCTURE,	(SEC_ERROR_BASE + 82),"Unable to import.  File structure is corrupt.")ER3(SEC_ERROR_PKCS12_UNSUPPORTED_PBE_ALGORITHM, (SEC_ERROR_BASE + 83),"Unable to import.  Encryption algorithm not supported.")ER3(SEC_ERROR_PKCS12_UNSUPPORTED_VERSION,	(SEC_ERROR_BASE + 84),"Unable to import.  File version not supported.")ER3(SEC_ERROR_PKCS12_PRIVACY_PASSWORD_INCORRECT,(SEC_ERROR_BASE + 85),"Unable to import.  Incorrect privacy password.")ER3(SEC_ERROR_PKCS12_CERT_COLLISION,		(SEC_ERROR_BASE + 86),"Unable to import.  Same nickname already exists in database.")ER3(SEC_ERROR_USER_CANCELLED,			(SEC_ERROR_BASE + 87),"The user pressed cancel.")ER3(SEC_ERROR_PKCS12_DUPLICATE_DATA,		(SEC_ERROR_BASE + 88),"Not imported, already in database.")ER3(SEC_ERROR_MESSAGE_SEND_ABORTED,		(SEC_ERROR_BASE + 89),"Message not sent.")ER3(SEC_ERROR_INADEQUATE_KEY_USAGE,		(SEC_ERROR_BASE + 90),"Certificate key usage inadequate for attempted operation.")ER3(SEC_ERROR_INADEQUATE_CERT_TYPE,		(SEC_ERROR_BASE + 91),"Certificate type not approved for application.")ER3(SEC_ERROR_CERT_ADDR_MISMATCH,		(SEC_ERROR_BASE + 92),"Address in signing certificate does not match address in message headers.")ER3(SEC_ERROR_PKCS12_UNABLE_TO_IMPORT_KEY,	(SEC_ERROR_BASE + 93),"Unable to import.  Error attempting to import private key.")ER3(SEC_ERROR_PKCS12_IMPORTING_CERT_CHAIN,	(SEC_ERROR_BASE + 94),"Unable to import.  Error attempting to import certificate chain.")ER3(SEC_ERROR_PKCS12_UNABLE_TO_LOCATE_OBJECT_BY_NAME, (SEC_ERROR_BASE + 95),"Unable to export.  Unable to locate certificate or key by nickname.")ER3(SEC_ERROR_PKCS12_UNABLE_TO_EXPORT_KEY,	(SEC_ERROR_BASE + 96),"Unable to export.  Private Key could not be located and exported.")ER3(SEC_ERROR_PKCS12_UNABLE_TO_WRITE, 		(SEC_ERROR_BASE + 97),"Unable to export.  Unable to write the export file.")ER3(SEC_ERROR_PKCS12_UNABLE_TO_READ,		(SEC_ERROR_BASE + 98),"Unable to import.  Unable to read the import file.")ER3(SEC_ERROR_PKCS12_KEY_DATABASE_NOT_INITIALIZED, (SEC_ERROR_BASE + 99),"Unable to export.  Key database corrupt or deleted.")ER3(SEC_ERROR_KEYGEN_FAIL,			(SEC_ERROR_BASE + 100),"Unable to generate public/private key pair.")ER3(SEC_ERROR_INVALID_PASSWORD,			(SEC_ERROR_BASE + 101),"Password entered is invalid.  Please pick a different one.")ER3(SEC_ERROR_RETRY_OLD_PASSWORD,		(SEC_ERROR_BASE + 102),"Old password entered incorrectly.  Please try again.")ER3(SEC_ERROR_BAD_NICKNAME,			(SEC_ERROR_BASE + 103),"Certificate nickname already in use.")ER3(SEC_ERROR_NOT_FORTEZZA_ISSUER,       	(SEC_ERROR_BASE + 104),"Peer FORTEZZA chain has a non-FORTEZZA Certificate.")/* ER3(SEC_ERROR_UNKNOWN, 			(SEC_ERROR_BASE + 105), */ER3(SEC_ERROR_JS_INVALID_MODULE_NAME, 		(SEC_ERROR_BASE + 106),"Invalid module name.")ER3(SEC_ERROR_JS_INVALID_DLL, 			(SEC_ERROR_BASE + 107),"Invalid module path/filename")ER3(SEC_ERROR_JS_ADD_MOD_FAILURE, 		(SEC_ERROR_BASE + 108),"Unable to add module")ER3(SEC_ERROR_JS_DEL_MOD_FAILURE, 		(SEC_ERROR_BASE + 109),"Unable to delete module")ER3(SEC_ERROR_OLD_KRL,	     			(SEC_ERROR_BASE + 110),"New KRL is not later than the current one.") ER3(SEC_ERROR_CKL_CONFLICT,	     		(SEC_ERROR_BASE + 111),"New CKL has different issuer than current CKL.  Delete current CKL.")ER3(SEC_ERROR_CERT_NOT_IN_NAME_SPACE, 		(SEC_ERROR_BASE + 112),"The Certifying Authority for this certificate is not permitted to issue a \certificate with this name.")ER3(SEC_ERROR_KRL_NOT_YET_VALID,		(SEC_ERROR_BASE + 113),"The key revocation list for this certificate is not yet valid.")ER3(SEC_ERROR_CRL_NOT_YET_VALID,		(SEC_ERROR_BASE + 114),"The certificate revocation list for this certificate is not yet valid.")ER3(SEC_ERROR_UNKNOWN_CERT,			(SEC_ERROR_BASE + 115),"The requested certificate could not be found.")ER3(SEC_ERROR_UNKNOWN_SIGNER,			(SEC_ERROR_BASE + 116),"The signer's certificate could not be found.")ER3(SEC_ERROR_CERT_BAD_ACCESS_LOCATION,		(SEC_ERROR_BASE + 117),"The location for the certificate status server has invalid format.")ER3(SEC_ERROR_OCSP_UNKNOWN_RESPONSE_TYPE,	(SEC_ERROR_BASE + 118),"The OCSP response cannot be fully decoded; it is of an unknown type.")ER3(SEC_ERROR_OCSP_BAD_HTTP_RESPONSE,		(SEC_ERROR_BASE + 119),"The OCSP server returned unexpected/invalid HTTP data.")ER3(SEC_ERROR_OCSP_MALFORMED_REQUEST,		(SEC_ERROR_BASE + 120),"The OCSP server found the request to be corrupted or improperly formed.")ER3(SEC_ERROR_OCSP_SERVER_ERROR,		(SEC_ERROR_BASE + 121),"The OCSP server experienced an internal error.")ER3(SEC_ERROR_OCSP_TRY_SERVER_LATER,		(SEC_ERROR_BASE + 122),"The OCSP server suggests trying again later.")ER3(SEC_ERROR_OCSP_REQUEST_NEEDS_SIG,		(SEC_ERROR_BASE + 123),"The OCSP server requires a signature on this request.")ER3(SEC_ERROR_OCSP_UNAUTHORIZED_REQUEST,	(SEC_ERROR_BASE + 124),"The OCSP server has refused this request as unauthorized.")ER3(SEC_ERROR_OCSP_UNKNOWN_RESPONSE_STATUS,	(SEC_ERROR_BASE + 125),"The OCSP server returned an unrecognizable status.")ER3(SEC_ERROR_OCSP_UNKNOWN_CERT,		(SEC_ERROR_BASE + 126),"The OCSP server has no status for the certificate.")ER3(SEC_ERROR_OCSP_NOT_ENABLED,			(SEC_ERROR_BASE + 127),"You must enable OCSP before performing this operation.")ER3(SEC_ERROR_OCSP_NO_DEFAULT_RESPONDER,	(SEC_ERROR_BASE + 128),"You must set the OCSP default responder before performing this operation.")ER3(SEC_ERROR_OCSP_MALFORMED_RESPONSE,		(SEC_ERROR_BASE + 129),"The response from the OCSP server was corrupted or improperly formed.")ER3(SEC_ERROR_OCSP_UNAUTHORIZED_RESPONSE,	(SEC_ERROR_BASE + 130),"The signer of the OCSP response is not authorized to give status for \this certificate.")ER3(SEC_ERROR_OCSP_FUTURE_RESPONSE,		(SEC_ERROR_BASE + 131),"The OCSP response is not yet valid (contains a date in the future).")ER3(SEC_ERROR_OCSP_OLD_RESPONSE,		(SEC_ERROR_BASE + 132),"The OCSP response contains out-of-date information.")

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -