UNPKG

@wildboar/pkcs

Version:
19 lines 414 B
import type { ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; /** * @summary KeyEncryptionAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * KeyEncryptionAlgorithms ALGORITHM ::= { * ... -- Extensible * } * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const KeyEncryptionAlgorithms: ALGORITHM[]; //# sourceMappingURL=KeyEncryptionAlgorithms.osa.d.mts.map