UNPKG

pkcs-ts

Version:

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

7 lines 459 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export { OPEN } from "../CryptographicMessageSyntax/OPEN.oca"; export declare type AttributeValue = _Element; export declare function _decode_AttributeValue(el: _Element): _Element; export declare function _encode_AttributeValue(value: AttributeValue, elGetter: $.ASN1Encoder<AttributeValue>): _Element; //# sourceMappingURL=AttributeValue.ta.d.ts.map