initPublicCertificate() protected method Creates initial value for $publicCertificate. This method will attempt to fetch the certificate value from $publicCertificateFile file. protected string initPublicCertificate ( )return string Public certificate content. throws yii\base\InvalidConfigException on failure.
getPublicCertificate() public method public string getPublicCertificate ( )return string Public key certificate content.
$_publicCertificate protected property OpenSSL public key certificate content. This value can be fetched from file specified by $publicCertificateFile. protected string $_publicCertificate = null
getName() public method Return the canonical name of the Signature Method. public string getName ( )return string Method name.
$_privateCertificate protected property OpenSSL private key certificate content. This value can be fetched from file specified by $privateCertificateFile. protected string $_privateCertificate = null
generateSignature() public method Generates OAuth request signature. public string generateSignature ( $baseString, $key )$baseString string Signature base string. $key string Signature key. return string Signature string.
getPrivateCertificate() public method public string getPrivateCertificate ( )return string Private key certificate content.
$privateCertificate public property Private key certificate content. public string getPrivateCertificate ( )public void setPrivateCertificate ( $privateCertificate )
$publicCertificate public property Public key certificate content. public string getPublicCertificate ( )public void setPublicCertificate ( $publicCertificate )
$privateCertificateFile public property Path to the file, which holds private key certificate. public string $privateCertificateFile = ''
Page 601 of 633