UNPKG

@xevolab/jades

Version:

JAdES Digital Signatures compatible with the ETSI TS 119 182-1 Standard

3 lines (2 loc) 112 B
import { X509Certificate } from "crypto"; export default function parseCerts(certs: string): X509Certificate[];