@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
16 lines • 468 B
text/typescript
import { ASN1Element as _Element } from "@wildboar/asn1";
import * as $ from "@wildboar/asn1/functional";
/**
* @summary AttributeValue
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* AttributeValue ::= OPEN.&Type
* ```
*/
export type AttributeValue = _Element;
export declare const _decode_AttributeValue: $.ASN1Decoder<_Element>;
export declare const _encode_AttributeValue: $.ASN1Encoder<_Element>;
//# sourceMappingURL=AttributeValue.ta.d.mts.map