UNPKG

pkcs-ts

Version:

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

6 lines 691 B
import { NULL } from "asn1-ts"; import { PKCS15_ALGORITHM } from "../PKCS-15/PKCS15-ALGORITHM.oca"; export { compute_checksum, compute_signature, decipher, encipher, generate_key, hash, Operations, Operations_compute_checksum, Operations_compute_signature, Operations_decipher, Operations_encipher, Operations_generate_key, Operations_hash, Operations_verify_checksum, Operations_verify_signature, verify_checksum, verify_signature, _decode_Operations, _encode_Operations, } from "../PKCS-15/Operations.ta"; export { PKCS15_ALGORITHM } from "../PKCS-15/PKCS15-ALGORITHM.oca"; export declare const pkcs15_alg_null: PKCS15_ALGORITHM<NULL>; //# sourceMappingURL=pkcs15-alg-null.oa.d.ts.map