@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
21 lines (20 loc) • 808 B
TypeScript
import { ALGORITHM_IDENTIFIER } from "../PKCS-1/ALGORITHM-IDENTIFIER.oca";
import { HashAlgorithm } from "../PKCS-1/HashAlgorithm.ta";
export { ALGORITHM_IDENTIFIER } from "../PKCS-1/ALGORITHM-IDENTIFIER.oca";
export { HashAlgorithm, _decode_HashAlgorithm, _encode_HashAlgorithm, } from "../PKCS-1/HashAlgorithm.ta";
export { id_mgf1 } from "../PKCS-1/id-mgf1.va";
/**
* @summary PKCS1MGFAlgorithms_Union0_Intersection0_Element
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PKCS1MGFAlgorithms-Union0-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER<HashAlgorithm>}
* @implements {ALGORITHM_IDENTIFIER<HashAlgorithm>}
*/
export declare const PKCS1MGFAlgorithms_Union0_Intersection0_Element: ALGORITHM_IDENTIFIER<HashAlgorithm>;