UNPKG

pkcs-ts

Version:

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

16 lines 1.22 kB
import { ASN1Element as _Element, OCTET_STRING } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare class CertBasedAuthenticationAttributes { readonly cha: OCTET_STRING; readonly _unrecognizedExtensionsList: _Element[]; constructor(cha: OCTET_STRING, _unrecognizedExtensionsList?: _Element[]); static _from_object(_o: { [_K in keyof CertBasedAuthenticationAttributes]: CertBasedAuthenticationAttributes[_K]; }): CertBasedAuthenticationAttributes; } export declare const _root_component_type_list_1_spec_for_CertBasedAuthenticationAttributes: $.ComponentSpec[]; export declare const _root_component_type_list_2_spec_for_CertBasedAuthenticationAttributes: $.ComponentSpec[]; export declare const _extension_additions_list_spec_for_CertBasedAuthenticationAttributes: $.ComponentSpec[]; export declare function _decode_CertBasedAuthenticationAttributes(el: _Element): CertBasedAuthenticationAttributes; export declare function _encode_CertBasedAuthenticationAttributes(value: CertBasedAuthenticationAttributes, elGetter: $.ASN1Encoder<CertBasedAuthenticationAttributes>): _Element; //# sourceMappingURL=CertBasedAuthenticationAttributes.ta.d.ts.map