/
home
/
maktab
/
server
/
vendor
/
namshi
/
jose
/
src
/
Namshi
/
JOSE
/
Signer
/
OpenSSL
/
File Upload :
llllll
Current File: //home/maktab/server/vendor/namshi/jose/src/Namshi/JOSE/Signer/OpenSSL/ES512.php
<?php namespace Namshi\JOSE\Signer\OpenSSL; /** * Class responsible to sign inputs with the ECDSA algorithm, after hashing it. */ class ES512 extends ECDSA { public function getHashingAlgorithm() { return version_compare(phpversion(), '5.4.8', '<') ? 'SHA512' : OPENSSL_ALGO_SHA512; } protected function getSupportedECDSACurve() { return '1.3.132.0.35'; } }
Copyright ©2k19 -
Hexid
|
Tex7ure