|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| was_encrypted () | |
| encrypted_to ($keyresource) | |
| set_pushkey () | |
| was_signed () | |
| signature_verified () | |
| object_to_call ($object) | |
| static_location ($location) | |
| plaintext_is_ok () | |
| refresh_key () | |
Data Fields | |
| $object_to_call = false | |
| $static_location = false | |
| $request_was_encrypted = false | |
| $request_was_signed = false | |
| $signatureok = false | |
| $pushkey = false | |
| $useprivatekey = '' | |
Definition at line 11 of file remote_client.php.
| encrypted_to | ( | $ | keyresource | ) |
Definition at line 32 of file remote_client.php.
| object_to_call | ( | $ | object | ) |
Definition at line 48 of file remote_client.php.
| plaintext_is_ok | ( | ) |
| refresh_key | ( | ) |
| set_pushkey | ( | ) |
Definition at line 36 of file remote_client.php.
Definition at line 44 of file remote_client.php.
| static_location | ( | $ | location | ) |
Definition at line 52 of file remote_client.php.
| was_encrypted | ( | ) |
Definition at line 24 of file remote_client.php.
| was_signed | ( | ) |
Definition at line 40 of file remote_client.php.
| $object_to_call = false |
Definition at line 16 of file remote_client.php.
| $pushkey = false |
Definition at line 21 of file remote_client.php.
| $request_was_encrypted = false |
Definition at line 18 of file remote_client.php.
| $request_was_signed = false |
Definition at line 19 of file remote_client.php.
| $signatureok = false |
Definition at line 20 of file remote_client.php.
| $static_location = false |
Definition at line 17 of file remote_client.php.
| $useprivatekey = '' |
Definition at line 22 of file remote_client.php.