| Method | Defined By | ||
|---|---|---|---|
TLSError(message:String, id:int) | TLSError | ||
| Constant | Defined By | ||
|---|---|---|---|
| access_denied : uint = 49 [static] | TLSError | ||
| bad_certificate : uint = 42 [static] | TLSError | ||
| bad_record_mac : uint = 20 [static] | TLSError | ||
| certificate_expired : uint = 45 [static] | TLSError | ||
| certificate_revoked : uint = 44 [static] | TLSError | ||
| certificate_unknown : uint = 46 [static] | TLSError | ||
| close_notify : uint = 0 [static] | TLSError | ||
| decode_error : uint = 50 [static] | TLSError | ||
| decompression_failure : uint = 30 [static] | TLSError | ||
| decrypt_error : uint = 51 [static] | TLSError | ||
| decryption_failed : uint = 21 [static] | TLSError | ||
| handshake_failure : uint = 40 [static] | TLSError | ||
| illegal_parameter : uint = 47 [static] | TLSError | ||
| insufficient_security : uint = 71 [static] | TLSError | ||
| internal_error : uint = 80 [static] | TLSError | ||
| no_renegotiation : uint = 100 [static] | TLSError | ||
| protocol_version : uint = 70 [static] | TLSError | ||
| record_overflow : uint = 22 [static] | TLSError | ||
| unexpected_message : uint = 10 [static] | TLSError | ||
| unknown_ca : uint = 48 [static] | TLSError | ||
| unsupported_certificate : uint = 43 [static] | TLSError | ||
| user_canceled : uint = 90 [static] | TLSError | ||
| TLSError | () | Constructor |
public function TLSError(message:String, id:int)message:String | |
id:int |
| access_denied | Constant |
public static const access_denied:uint = 49| bad_certificate | Constant |
public static const bad_certificate:uint = 42| bad_record_mac | Constant |
public static const bad_record_mac:uint = 20| certificate_expired | Constant |
public static const certificate_expired:uint = 45| certificate_revoked | Constant |
public static const certificate_revoked:uint = 44| certificate_unknown | Constant |
public static const certificate_unknown:uint = 46| close_notify | Constant |
public static const close_notify:uint = 0| decode_error | Constant |
public static const decode_error:uint = 50| decompression_failure | Constant |
public static const decompression_failure:uint = 30| decrypt_error | Constant |
public static const decrypt_error:uint = 51| decryption_failed | Constant |
public static const decryption_failed:uint = 21| handshake_failure | Constant |
public static const handshake_failure:uint = 40| illegal_parameter | Constant |
public static const illegal_parameter:uint = 47| insufficient_security | Constant |
public static const insufficient_security:uint = 71| internal_error | Constant |
public static const internal_error:uint = 80| no_renegotiation | Constant |
public static const no_renegotiation:uint = 100| protocol_version | Constant |
public static const protocol_version:uint = 70| record_overflow | Constant |
public static const record_overflow:uint = 22| unexpected_message | Constant |
public static const unexpected_message:uint = 10| unknown_ca | Constant |
public static const unknown_ca:uint = 48| unsupported_certificate | Constant |
public static const unsupported_certificate:uint = 43| user_canceled | Constant |
public static const user_canceled:uint = 90