UNPKG

pkcs-ts

Version:

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

10 lines 817 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { AuthenticationType } from "../PKCS-15/AuthenticationType.ta"; import { PathOrObjects } from "../PKCS-15/PathOrObjects.ta"; export { AuthenticationType, _decode_AuthenticationType, _encode_AuthenticationType, } from "../PKCS-15/AuthenticationType.ta"; export { PathOrObjects, _get_decoder_for_PathOrObjects, _get_encoder_for_PathOrObjects, } from "../PKCS-15/PathOrObjects.ta"; export declare type AuthObjects = PathOrObjects<AuthenticationType>; export declare function _decode_AuthObjects(el: _Element): PathOrObjects<AuthenticationType>; export declare function _encode_AuthObjects(value: AuthObjects, elGetter: $.ASN1Encoder<AuthObjects>): _Element; //# sourceMappingURL=AuthObjects.ta.d.ts.map