pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
6 lines • 388 B
TypeScript
import { ASN1Element as _Element, BIT_STRING } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
export declare type PublicKey = BIT_STRING;
export declare function _decode_PublicKey(el: _Element): Uint8ClampedArray;
export declare function _encode_PublicKey(value: PublicKey, elGetter: $.ASN1Encoder<PublicKey>): _Element;
//# sourceMappingURL=PublicKey.ta.d.ts.map