()
| 28827 | return this.digest && Buffer.from(this.digest, 'base64').toString('hex') |
| 28828 | } |
| 28829 | toJSON () { |
| 28830 | return this.toString() |
| 28831 | } |
| 28832 | toString (opts) { |
| 28833 | if (opts && opts.strict) { |
| 28834 | // Strict mode enforces the standard as close to the foot of the |
no test coverage detected