pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
18 lines • 1.4 kB
TypeScript
import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { Identifier } from "../PKCS-15/Identifier.ta";
export { Identifier, _decode_Identifier, _encode_Identifier, } from "../PKCS-15/Identifier.ta";
export declare class CommonAuthenticationObjectAttributes {
readonly authId: Identifier;
readonly _unrecognizedExtensionsList: _Element[];
constructor(authId: Identifier, _unrecognizedExtensionsList?: _Element[]);
static _from_object(_o: {
[_K in keyof CommonAuthenticationObjectAttributes]: CommonAuthenticationObjectAttributes[_K];
}): CommonAuthenticationObjectAttributes;
}
export declare const _root_component_type_list_1_spec_for_CommonAuthenticationObjectAttributes: $.ComponentSpec[];
export declare const _root_component_type_list_2_spec_for_CommonAuthenticationObjectAttributes: $.ComponentSpec[];
export declare const _extension_additions_list_spec_for_CommonAuthenticationObjectAttributes: $.ComponentSpec[];
export declare function _decode_CommonAuthenticationObjectAttributes(el: _Element): CommonAuthenticationObjectAttributes;
export declare function _encode_CommonAuthenticationObjectAttributes(value: CommonAuthenticationObjectAttributes, elGetter: $.ASN1Encoder<CommonAuthenticationObjectAttributes>): _Element;
//# sourceMappingURL=CommonAuthenticationObjectAttributes.ta.d.ts.map