UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

6 lines 452 B
import { OCTET_STRING } from "asn1-ts"; import { ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca"; export { ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca"; export { des_EDE3_CBC } from "../PKCS5v2-1/des-EDE3-CBC.va"; export declare const SupportingAlgorithms_Union2_Intersection0_Element: ALGORITHM_IDENTIFIER<OCTET_STRING>; //# sourceMappingURL=SupportingAlgorithms-Union2-Intersection0-Element.oa.d.ts.map