@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
19 lines (18 loc) • 616 B
TypeScript
import { NULL } from "asn1-ts";
import { ALGORITHM_IDENTIFIER } from "../PKCS-1/ALGORITHM-IDENTIFIER.oca";
export { ALGORITHM_IDENTIFIER } from "../PKCS-1/ALGORITHM-IDENTIFIER.oca";
/**
* @summary OAEP_PSSDigestAlgorithms_Union1_Intersection0_Element
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* OAEP-PSSDigestAlgorithms-Union1-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER<NULL>}
* @implements {ALGORITHM_IDENTIFIER<NULL>}
*/
export declare const OAEP_PSSDigestAlgorithms_Union1_Intersection0_Element: ALGORITHM_IDENTIFIER<NULL>;