<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="en">OAuth 1.0 Server · OpenBankProject/OBP-API Wiki</cite>
(<time>2015-03-06 08:47:32 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/OpenBankProject/OBP-API/wiki/OAuth-1.0-Server">https://github.com/OpenBankProject/OBP-API/wiki/OAuth-1.0-Server</anchor-external></p></figcaption><blockquote><p>The Open Bank Project OAuth server support &quot;SHA1&quot; and &quot;SHA256&quot; so the parameter MUST be set to “HMAC-SHA1&quot; or “HMAC-SHA256”</p></blockquote></figure><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <cite xml:lang="en">OAuth 1.0 Server · OpenBankProject/OBP-API Wiki</cite>
(<time>2015-03-06 08:48:40 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/OpenBankProject/OBP-API/wiki/OAuth-1.0-Server">https://github.com/OpenBankProject/OBP-API/wiki/OAuth-1.0-Server</anchor-external></p></figcaption><blockquote><p>The Open Bank Project OAuth 1.0 implementation uses the “HMAC-SHA1” and “HMAC-SHA256” as signing methods. The key to sign the base string is the concatenation of the consumer secret and the token secret with the “&amp;” character in the middle like this: oauth_consumer_secret&amp;oauth_token_secret, in the first step the application does not have yet a token so it will be an empty string.</p><p>The signature that results from the signature process MUST be encoded in base 64 also since the protocol requires encoding all the OAuth parameters.</p></blockquote></figure><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end> <cite xml:lang="ja">PHP: 定義済み定数 - Manual</cite>
(<time>2015-03-12 13:17:35 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://php.net/manual/ja/oauth.constants.php">http://php.net/manual/ja/oauth.constants.php</anchor-external></p></figcaption><blockquote><p>OAUTH_SIG_METHOD_HMACSHA256 (string)</p><p>OAuth HMAC-SHA256 署名方式。</p></blockquote></figure></body></html>