PHP Class PayPal\Auth\Oauth\OAuthSignatureMethodRsaSha1

- Chapter 9.3 ("RSA-SHA1")
Inheritance: extends OAuthSignatureMethod
Show file Open project: paypal/sdk-core-php

Public Methods

Method Description
build_signature ( $request, $consumer, $token )
check_signature ( $request, $consumer, $token, $signature )
get_name ( )

Protected Methods

Method Description
fetch_private_cert ( &$request ) Either way should return a string representation of the certificate
fetch_public_cert ( &$request ) Either way should return a string representation of the certificate

Method Details

build_signature() public method

public build_signature ( $request, $consumer, $token )

check_signature() public method

public check_signature ( $request, $consumer, $token, $signature )

fetch_private_cert() abstract protected method

Either way should return a string representation of the certificate
abstract protected fetch_private_cert ( &$request )

fetch_public_cert() abstract protected method

Either way should return a string representation of the certificate
abstract protected fetch_public_cert ( &$request )

get_name() public method

public get_name ( )