RSA Errors
RSA Errors
102 No Key specified. | |
104 Cannot read or write file. | |
105 key parameters incorrect. | |
106 Cannot create hash. | |
111 OutputFile already exists and Overwrite is False. | |
113 Input data or HashValue must be specified. | |
121 Invalid certificate. | |
124 HashSignature must be specified. | |
304 Cannot write file. | |
305 Cannot read file. | |
306 Cannot create file. | |
1101 Missing RSA parameter: Modulus | |
1102 Invalid RSA parameter: Modulus cannot be zero. | |
1103 Missing RSA parameters: Public or Private exponent must be present. | |
1104 Invalid RSA parameter: Exponent cannot be zero. | |
1105 Invalid RSA parameter: D cannot be zero. | |
1106 Invalid hash algorithm. | |
1107 Missing hash value. | |
1108 HashSignature must be specified. | |
1109 Invalid hash size. | |
1110 Public key must be specified. | |
1111 Key must be specified. | |
1112 RSA key too short to sign message. | |
1113 Missing the data to encrypt/decrypt. | |
1114 Invalid cipher length. The data may not have been encrypted with the public key corresponding to the specified private key data. | |
1115 Invalid cipher text. The data may not have been encrypted with the public key corresponding to the specified private key data. | |
1116 Inadequate padding. The data may not have been encrypted with the public key corresponding to the specified private key data. | |
1117 Missing delimiter. The data may not have been encrypted with the public key corresponding to the specified private key data. | |
1118 Message too long. |