x509.verify(publicKey)
-
publicKey
<KeyObject> 公钥。¥
publicKey
<KeyObject> A public key. -
返回:<boolean>
¥Returns: <boolean>
验证此证书是否由给定的公钥签名。不对证书执行任何其他验证检查。
¥Verifies that this certificate was signed by the given public key. Does not perform any other validation checks on the certificate.