pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
9 lines • 613 B
TypeScript
import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { ObjectValue } from "../PKCS-15/ObjectValue.ta";
export { ObjectValue, _get_decoder_for_ObjectValue, _get_encoder_for_ObjectValue, } from "../PKCS-15/ObjectValue.ta";
export { PKCS15_OPAQUE } from "../PKCS-15/PKCS15-OPAQUE.oca";
export declare type Opaque = ObjectValue<_Element>;
export declare function _decode_Opaque(el: _Element): ObjectValue<_Element>;
export declare function _encode_Opaque(value: Opaque, elGetter: $.ASN1Encoder<Opaque>): _Element;
//# sourceMappingURL=Opaque.ta.d.ts.map