PHP Class Horde_Oauth_SignatureMethod_RsaSha1, horde

Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Oauth_SignatureMethod
Mostrar archivo Open project: horde/horde

Public Methods

Method Description
__construct ( $publicKey = null, $privateKey = null )
getName ( )
sign ( $request, $consumer, $token )
verify ( $signature, $request, $consumer, $token )

Method Details

__construct() public method

public __construct ( $publicKey = null, $privateKey = null )

getName() public method

public getName ( )

sign() public method

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

verify() public method

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