Skip to content

Pkcs7CertificateSource

PEM text (may contain multiple CERTIFICATE blocks), raw DER bytes, or an already-parsed certificate.

ts
type Pkcs7CertificateSource = string | Uint8Array | ParsedCertificate

Released under the MIT License.