X509CRLImpl.sign

Encodes an X.509 CRL, and signs it using the given key.

@param key the private key used for signing. @param algorithm the name of the signature algorithm used. @param provider the name of the provider.

@exception NoSuchAlgorithmException on unsupported signature algorithms. @exception InvalidKeyException on incorrect key. @exception NoSuchProviderException on incorrect provider. @exception SignatureException on signature errors. @exception CRLException if any mandatory data was omitted.

  1. void sign(PrivateKey key, string algorithm)
  2. void sign(PrivateKey key, string algorithm, string provider)
    class X509CRLImpl
    void
    sign

Meta