Final Class Yiisoft\Auth\Jwt\KeyFactory\FromPKCS12CertificateFile
| Inheritance | Yiisoft\Auth\Jwt\KeyFactory\FromPKCS12CertificateFile |
|---|---|
| Implements | Yiisoft\Auth\Jwt\KeyFactoryInterface |
Creates JWK from a PKCS12 certificate file.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Auth\Jwt\KeyFactory\FromPKCS12CertificateFile | |
| create() | Yiisoft\Auth\Jwt\KeyFactory\FromPKCS12CertificateFile |
Method Details
| public mixed __construct ( string $file, string $secret ) | ||
| $file | string | |
| $secret | string | |
public function __construct(private readonly string $file, private readonly string $secret)
{
}
Signup or Login in order to comment.