addCRL method

void addCRL(
  1. CertificateRevocationList crl
)

Add a certificate revocation list to the Pkcs7 message

Implementation

void addCRL(CertificateRevocationList crl) {
  _crl.add(crl);
}