|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| sign (array $params, $method=null, $url=null) | |
Public Member Functions inherited from Zend_Oauth_Signature_SignatureAbstract | |
| __construct ($consumerSecret, $tokenSecret=null, $hashAlgo=null) | |
| sign (array $params, $method=null, $url=null) | |
| normaliseBaseSignatureUrl ($url) | |
Protected Member Functions | |
| _assembleKey () | |
Protected Member Functions inherited from Zend_Oauth_Signature_SignatureAbstract | |
| _assembleKey () | |
| _getBaseSignatureString (array $params, $method=null, $url=null) | |
| _toByteValueOrderedQueryString (array $params) | |
Additional Inherited Members | |
Protected Attributes inherited from Zend_Oauth_Signature_SignatureAbstract | |
| $_hashAlgorithm = null | |
| $_key = null | |
| $_consumerSecret = null | |
| $_tokenSecret = '' | |
|
protected |
Assemble encryption key
Definition at line 61 of file Rsa.php.
| sign | ( | array | $params, |
$method = null, |
|||
$url = null |
|||
| ) |
Sign a request
| array | $params | |
| null | string | $method | |
| null | string | $url |
Definition at line 44 of file Rsa.php.