PHP Class PayPal\Auth\Oauth\OAuthSignatureMethodRsaSha1

- Chapter 9.3 ("RSA-SHA1")
Inheritance: extends OAuthSignatureMethod
Afficher le fichier Open project: paypal/sdk-core-php

Méthodes publiques

Méthode Description
build_signature ( $request, $consumer, $token )
check_signature ( $request, $consumer, $token, $signature )
get_name ( )

Méthodes protégées

Méthode 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 méthode

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

check_signature() public méthode

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

fetch_private_cert() abstract protected méthode

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

fetch_public_cert() abstract protected méthode

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

get_name() public méthode

public get_name ( )