import { OCTET_STRING } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary DER_AttributeCertificate * @description * * ### ASN.1 Definition: * * ```asn1 * DER-AttributeCertificate ::= OCTET STRING * (CONTAINING AttributeCertificate ENCODED BY der) * ``` */ export type DER_AttributeCertificate = OCTET_STRING; export declare const _decode_DER_AttributeCertificate: $.ASN1Decoder; export declare const _encode_DER_AttributeCertificate: $.ASN1Encoder; //# sourceMappingURL=DER-AttributeCertificate.ta.d.mts.map