UNPKG

pkcs-ts

Version:

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

6 lines 500 B
import { OCTET_STRING } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare type ENCRYPTED<ToBeEnciphered> = OCTET_STRING; export declare function _get_decoder_for_ENCRYPTED<ToBeEnciphered>(_decode_ToBeEnciphered: $.ASN1Decoder<ToBeEnciphered>): $.ASN1Decoder<Uint8Array>; export declare function _get_encoder_for_ENCRYPTED<ToBeEnciphered>(_encode_ToBeEnciphered: $.ASN1Encoder<ToBeEnciphered>): $.ASN1Encoder<Uint8Array>; //# sourceMappingURL=ENCRYPTED.ta.d.ts.map