UNPKG

@wildboar/pkcs

Version:
18 lines (17 loc) 375 B
import { PSourceAlgorithm } from "../PKCS-1/PSourceAlgorithm.ta"; /** * @summary pSpecifiedEmpty * @description * * ### ASN.1 Definition: * * ```asn1 * pSpecifiedEmpty PSourceAlgorithm ::= { * algorithm id-pSpecified, * parameters EncodingParameters : emptyString * } * ``` * * @constant */ export declare const pSpecifiedEmpty: PSourceAlgorithm;