[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/include/Zend/Oauth/Signature/ -> SignatureAbstract.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id: SignatureAbstract.php 24593 2012-01-05 20:35:02Z matthew $
File Size: 183 lines (5 kb)
Included or required: 3 times
Referenced: 0 times
Includes or requires: 2 files
 include/Zend/Oauth/Http/Utility.php
 include/Zend/Uri/Http.php

Defines 5 functions

  __construct()
  normaliseBaseSignatureUrl()
  _assembleKey()
  _getBaseSignatureString()
  _toByteValueOrderedQueryString()

Functions
Functions that are not part of a class:

__construct($consumerSecret, $tokenSecret = null, $hashAlgo = null)   X-Ref
Constructor

param: string $consumerSecret
param: null|string $tokenSecret
param: null|string $hashAlgo
return: void

normaliseBaseSignatureUrl($url)   X-Ref
Normalize the base signature URL

param: string $url
return: string

_assembleKey()   X-Ref
Assemble key from consumer and token secrets

return: string

_getBaseSignatureString(array $params, $method = null, $url = null)   X-Ref
Get base signature string

param: array $params
param: null|string $method
param: null|string $url
return: string

_toByteValueOrderedQueryString(array $params)   X-Ref
Transform an array to a byte value ordered query string

param: array $params
return: string



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1