UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

18 lines 1.19 kB
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { AlgorithmIdentifier } from "../PKCS5v2-1/AlgorithmIdentifier.ta"; export { AlgorithmIdentifier, _decode_AlgorithmIdentifier, _encode_AlgorithmIdentifier, } from "../PKCS5v2-1/AlgorithmIdentifier.ta"; export declare class PBMAC1_params { readonly keyDerivationFunc: AlgorithmIdentifier; readonly messageAuthScheme: AlgorithmIdentifier; constructor(keyDerivationFunc: AlgorithmIdentifier, messageAuthScheme: AlgorithmIdentifier); static _from_object(_o: { [_K in keyof PBMAC1_params]: PBMAC1_params[_K]; }): PBMAC1_params; } export declare const _root_component_type_list_1_spec_for_PBMAC1_params: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_PBMAC1_params: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_PBMAC1_params: $.ComponentSpec[]; export declare function _decode_PBMAC1_params(el: _Element): PBMAC1_params; export declare function _encode_PBMAC1_params(value: PBMAC1_params, elGetter: $.ASN1Encoder<PBMAC1_params>): _Element; //# sourceMappingURL=PBMAC1-params.ta.d.ts.map