类:Verify


¥Class: Verify

Verify 类是用于验证签名的实用工具。它可以通过以下两种方式之一使用:

¥The Verify class is a utility for verifying signatures. It can be used in one of two ways:

crypto.createVerify() 方法用于创建 Verify 实例。Verify 对象不能直接使用 new 关键字创建。

¥The crypto.createVerify() method is used to create Verify instances. Verify objects are not to be created directly using the new keyword.

有关示例,请参见 Sign

¥See Sign for examples.