| 1 | <?php  | 
            ||
| 19 | class HashDataSignature extends DataSignature  | 
            ||
| 20 | { | 
            ||
| 21 | |||
| 22 | public $hashAlgo;  | 
            ||
| 23 | |||
| 24 | /**  | 
            ||
| 25 | * @inheritdoc  | 
            ||
| 26 | * @throws InvalidConfigException  | 
            ||
| 27 | */  | 
            ||
| 28 | 3 | public function init()  | 
            |
| 36 | |||
| 37 | /**  | 
            ||
| 38 | * @inheritdoc  | 
            ||
| 39 | */  | 
            ||
| 40 | 3 | public function generate(): string  | 
            |
| 44 | |||
| 45 | /**  | 
            ||
| 46 | * @inheritdoc  | 
            ||
| 47 | */  | 
            ||
| 48 | public function validate(string $expect): bool  | 
            ||
| 52 | |||
| 53 | }  | 
            ||
| 54 |