Emarref\Jwt\Algorithm\SymmetricInterface::compute PHP 메소드

compute() 공개 메소드

public compute ( string $value ) : string
$value string
리턴 string
    public function compute($value);
SymmetricInterface