X509CRLImpl.verify

Verifies that this CRL was signed using the private key that corresponds to the given key, and that the signature verification was computed by the given provider. Note that the specified Provider object does not have to be registered in the provider list.

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

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

Meta