UNPKG

pkcs-ts

Version:

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

8 lines 522 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { IV } from "../CryptographicMessageSyntax/IV.ta"; export { IV, _decode_IV, _encode_IV, } from "../CryptographicMessageSyntax/IV.ta"; export declare type CBCParameter = IV; export declare function _decode_CBCParameter(el: _Element): Uint8Array; export declare function _encode_CBCParameter(value: CBCParameter, elGetter: $.ASN1Encoder<CBCParameter>): _Element; //# sourceMappingURL=CBCParameter.ta.d.ts.map