@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
19 lines (18 loc) • 386 B
TypeScript
import type { ALGORITHM } from "@wildboar/x500/src/lib/modules/AuthenticationFramework/ALGORITHM.oca";
/**
* @summary KeyEncryptionAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* KeyEncryptionAlgorithms ALGORITHM ::= {
* ... -- Extensible
* }
* ```
*
* @constant
* @type {ALGORITHM[]}
*
*/
export declare const KeyEncryptionAlgorithms: ALGORITHM[];