Emarref\Jwt\Encryption\AbstractEncryption::getAlgorithmName PHP Method

getAlgorithmName() public method

public getAlgorithmName ( ) : string
return string
    public function getAlgorithmName()
    {
        return $this->algorithm->getName();
    }