ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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().
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().
|
protected |
Definition at line 155 of file OAuth.php.
Referenced by build_signature().
|
protected |
Definition at line 144 of file OAuth.php.
Referenced by check_signature().
OAuthSignatureMethod_RSA_SHA1::get_name | ( | ) |