X509CRL.verify

Verifies that this CRL was signed using the private key that corresponds to the given public key. This method uses the signature verification engine supplied by the given provider.

@param key the PublicKey used to carry out the verification. @param sigProvider the name of the signature provider.

@exception NoSuchAlgorithmException on unsupported signature algorithms. @exception InvalidKeyException on incorrect key. @exception NoSuchProviderException on incorrect provider. @exception SignatureException on signature errors. @exception CRLException on encoding errors.

  1. void verify(PublicKey key)
  2. void verify(PublicKey key, string sigProvider)
    class X509CRL
    abstract
    void
    verify
  3. void verify(PublicKey key, Provider sigProvider)

Meta