@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
19 lines • 414 B
text/typescript
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