@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
20 lines (19 loc) • 677 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";
export { sha512_256WithRSAEncryption } from "../PKCS-1/sha512-256WithRSAEncryption.va";
/**
* @summary PKCS1Algorithms_Union9_Intersection0_Element
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PKCS1Algorithms-Union9-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER<NULL>}
* @implements {ALGORITHM_IDENTIFIER<NULL>}
*/
export declare const PKCS1Algorithms_Union9_Intersection0_Element: ALGORITHM_IDENTIFIER<NULL>;