PHP 클래스 PayPal\Auth\Oauth\OAuthSignatureMethodRsaSha1

- Chapter 9.3 ("RSA-SHA1")
상속: extends OAuthSignatureMethod
파일 보기 프로젝트 열기: paypal/sdk-core-php

공개 메소드들

메소드 설명
build_signature ( $request, $consumer, $token )
check_signature ( $request, $consumer, $token, $signature )
get_name ( )

보호된 메소드들

메소드 설명
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

메소드 상세

build_signature() 공개 메소드

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

check_signature() 공개 메소드

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

fetch_private_cert() 추상적인 보호된 메소드

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

fetch_public_cert() 추상적인 보호된 메소드

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

get_name() 공개 메소드

public get_name ( )