pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
13 lines • 696 B
TypeScript
import * as $ from "asn1-ts/dist/node/functional";
import { Path } from "../PKCS-15/Path.ta";
import { URL } from "../PKCS-15/URL.ta";
export { Path, _decode_Path, _encode_Path } from "../PKCS-15/Path.ta";
export { URL, _decode_URL, _encode_URL } from "../PKCS-15/URL.ta";
export declare type ReferencedValue<Type> = {
path: Path;
} | {
url: URL;
};
export declare function _get_decoder_for_ReferencedValue<Type>(_decode_Type: $.ASN1Decoder<Type>): $.ASN1Decoder<ReferencedValue<Type_1>>;
export declare function _get_encoder_for_ReferencedValue<Type>(_encode_Type: $.ASN1Encoder<Type>): $.ASN1Encoder<ReferencedValue<Type_1>>;
//# sourceMappingURL=ReferencedValue.ta.d.ts.map