UNPKG

pkcs-ts

Version:

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

8 lines 661 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { RC2ParameterVersion } from "../CryptographicMessageSyntax/RC2ParameterVersion.ta"; export { RC2ParameterVersion, _decode_RC2ParameterVersion, _encode_RC2ParameterVersion, } from "../CryptographicMessageSyntax/RC2ParameterVersion.ta"; export declare type RC2wrapParameter = RC2ParameterVersion; export declare function _decode_RC2wrapParameter(el: _Element): number; export declare function _encode_RC2wrapParameter(value: RC2wrapParameter, elGetter: $.ASN1Encoder<RC2wrapParameter>): _Element; //# sourceMappingURL=RC2wrapParameter.ta.d.ts.map