verifier.update()

verifier.update(data[, input_encoding])

Updates the Verify content with the given data, the encoding of which is given in input_encoding and can be 'utf8', 'ascii' or 'binary'. If encoding is not provided, and the data is a string, an encoding of 'utf8' is enforced. If data is a Buffer then input_encoding is ignored.

This can be called many times with new data as it is streamed.

doc_Nodejs
2016-04-30 04:43:08
Comments
Leave a Comment

Please login to continue.