|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for OAuthSignatureMethod_RSA_SHA1:
Collaboration diagram for OAuthSignatureMethod_RSA_SHA1:Public Member Functions | |
| get_name () | |
| build_signature (&$request, $consumer, $token) | |
| check_signature (&$request, $consumer, $token, $signature) | |
| check_signature (&$request, $consumer, $token, $signature) | |
Protected Member Functions | |
| fetch_public_cert (&$request) | |
| fetch_private_cert (&$request) | |
| OAuthSignatureMethod_RSA_SHA1::build_signature | ( | & | $request, |
| $consumer, | |||
| $token | |||
| ) |
Definition at line 164 of file OAuth.php.
References $ok, and fetch_private_cert().
Here is the call graph for this function:| OAuthSignatureMethod_RSA_SHA1::check_signature | ( | & | $request, |
| $consumer, | |||
| $token, | |||
| $signature | |||
| ) |
Reimplemented from OAuthSignatureMethod.
Definition at line 184 of file OAuth.php.
References $ok, and fetch_public_cert().
Here is the call graph for this function:
|
protected |
Definition at line 155 of file OAuth.php.
Referenced by build_signature().
Here is the caller graph for this function:
|
protected |
Definition at line 144 of file OAuth.php.
Referenced by check_signature().
Here is the caller graph for this function:| OAuthSignatureMethod_RSA_SHA1::get_name | ( | ) |