UNPKG

pkcs-ts

Version:

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

12 lines 410 B
import * as $ from "asn1-ts/dist/node/functional"; export interface OPEN<Type = any> { readonly class: "OPEN"; readonly decoderFor: Partial<{ [_K in keyof OPEN<Type>]: $.ASN1Decoder<OPEN<Type>[_K]>; }>; readonly encoderFor: Partial<{ [_K in keyof OPEN<Type>]: $.ASN1Encoder<OPEN<Type>[_K]>; }>; readonly "&Type": Type; } //# sourceMappingURL=OPEN.oca.d.ts.map