GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Crypt::PKCS7::CertificateList(3) User Contributed Perl Documentation OpenXPKI::Crypt::PKCS7::CertificateList(3)

OpenXPKI::Crypt::PKCS7::CertificateList

Create a PKCS7 certificates-only structure from a list of certificates.

After adding the certificate to the certs attribute call data or pem to get the PKCS7 structure. The class does no checks or any sorting on the list of items passed so make sure to sanitize your data.

An array ref holding the DER encoded certificates that will be part of the final structure.

An array ref holding the DER encoded CRLs that will be part of the final structure. If not set, the tag is also not created, can be an empty array ref to stay compatible to openssl crl2pkcs7 output where this is an empty tag.

The default is to not add a certificate more than once even if it occurs multiple times in the input. Set to true if you explicitly want to keep duplicates in the output structure.

The DER encoded PKCS7 structure.

The PEM encoded PKCS7 structure.

Expects a DER or PEM encoded certificate as argument and appends it to the list of certificates.

2025-07-15 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.