UNPKG

pkcs-ts

Version:

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

7 lines 542 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { AlgorithmIdentifier } from "x500-ts/dist/node/modules/AuthenticationFramework/AlgorithmIdentifier.ta"; export declare type KeyWrapAlgorithm = AlgorithmIdentifier; export declare function _decode_KeyWrapAlgorithm(el: _Element): AlgorithmIdentifier; export declare function _encode_KeyWrapAlgorithm(value: KeyWrapAlgorithm, elGetter: $.ASN1Encoder<KeyWrapAlgorithm>): _Element; //# sourceMappingURL=KeyWrapAlgorithm.ta.d.ts.map