%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/management/vendor/namshi/jose/src/Namshi/JOSE/Signer/OpenSSL/
Upload File :
Create Path :
Current File : /var/www/html/management/vendor/namshi/jose/src/Namshi/JOSE/Signer/OpenSSL/RS256.php

<?php

namespace Namshi\JOSE\Signer\OpenSSL;

/**
 * Class responsible to sign inputs with the RSA algorithm, after hashing it.
 */
class RS256 extends RSA
{
    public function getHashingAlgorithm()
    {
        return version_compare(phpversion(), '5.4.8', '<') ? 'SHA256' : OPENSSL_ALGO_SHA256;
    }
}

Zerion Mini Shell 1.0