OAuth::setRSACertificate

(PECL OAuth >= 1.0.0)

OAuth::setRSACertificate���� RSA ֤��

˵��

public OAuth::setRSACertificate ( string $cert ) : mixed

���� RSA ֤�顣

Warning

��������δ��д�ĵ������в����б�

����

cert

RSA ֤�顣

����ֵ

�ɹ��򷵻� TRUE ��ʧ�ܷ��� FALSE �����磬RSA֤�鲻�ܱ����ݣ���

������־

�汾 ˵��
1.0.0 ��ǰʧ��ʱ���� NULL�������� FALSE��

����

Example #1 һ�� OAuth::setRsaCertificate() ����

<?php
$consume 
= new OAuth('1234'''OAUTH_SIG_METHOD_RSASHA1);

$consume->setRSACertificate(file_get_contents('test.pem'));
?>

�μ�