Class yii\authclient\signature\RsaSha1
| Inheritance | yii\authclient\signature\RsaSha1 » yii\authclient\signature\RsaSha » yii\authclient\signature\BaseMethod » yii\base\BaseObject |
|---|---|
| Implements | yii\base\Configurable |
| Available since version | 2.0 |
| Deprecated since version | RsaSha1 represents 'RSA-SHA1' signature method. Since 2.1.3 this class is deprecated, use [[RsaSha]] with `OPENSSL_ALGO_SHA1` algorithm instead. |
| Source Code | https://github.com/yiisoft/yii2-authclient/blob/master/signature/RsaSha1.php |
See also yii\authclient\signature\RsaSha.
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $algorithm | {@inheritdoc} | yii\authclient\signature\RsaSha1 | |
| $privateCertificateFile | string | Path to the file, which holds private key certificate. | yii\authclient\signature\RsaSha |
| $publicCertificateFile | string | Path to the file, which holds public key certificate. | yii\authclient\signature\RsaSha |
Protected Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $_privateCertificate | string | OpenSSL private key certificate content. | yii\authclient\signature\RsaSha |
| $_publicCertificate | string | OpenSSL public key certificate content. | yii\authclient\signature\RsaSha |
Public Methods
Protected Methods
| Method | Description | Defined By |
|---|---|---|
| initPrivateCertificate() | Creates initial value for \yii\authclient\signature\privateCertificate. | yii\authclient\signature\RsaSha |
| initPublicCertificate() | Creates initial value for \yii\authclient\signature\publicCertificate. | yii\authclient\signature\RsaSha |