pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
7 lines • 558 B
TypeScript
import { ALGORITHM_IDENTIFIER } from "../PKCS-1/ALGORITHM-IDENTIFIER.oca";
import { HashAlgorithm } from "../PKCS-1/HashAlgorithm.ta";
export { ALGORITHM_IDENTIFIER } from "../PKCS-1/ALGORITHM-IDENTIFIER.oca";
export { HashAlgorithm, _decode_HashAlgorithm, _encode_HashAlgorithm, } from "../PKCS-1/HashAlgorithm.ta";
export { id_mgf1 } from "../PKCS-1/id-mgf1.va";
export declare const PKCS1MGFAlgorithms_Union0_Intersection0_Element: ALGORITHM_IDENTIFIER<HashAlgorithm>;
//# sourceMappingURL=PKCS1MGFAlgorithms-Union0-Intersection0-Element.oa.d.ts.map