| 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)Parameters
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