import { type EXTENSION } from "../AuthenticationFramework/EXTENSION.oca.mjs"; import { SubjectKeyIdentifier } from "../CertificateExtensions/SubjectKeyIdentifier.ta.mjs"; /** * @summary subjectKeyIdentifier * @description * * ### ASN.1 Definition: * * ```asn1 * subjectKeyIdentifier EXTENSION ::= { * SYNTAX SubjectKeyIdentifier * IDENTIFIED BY id-ce-subjectKeyIdentifier } * ``` * * @constant * @type {EXTENSION} * @implements {EXTENSION} */ export declare const subjectKeyIdentifier: EXTENSION; //# sourceMappingURL=subjectKeyIdentifier.oa.d.mts.map