Not found

The exact documentation you were looking for could not be found. Here is the best guess.

crls() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
ossl_pkcs7_get_crls(VALUE self)
{
    return ossl_x509crl_sk2ary(pkcs7_get_crls(self));
}
Register or log in to add new notes.