UNPKG

@akanass/rx-crypto

Version:

Crypto module provides some functions for security features like AES key, Key pair, RSA key, PKCS12, Certificate, PEM and more

5 lines (4 loc) 203 B
import * as NodeRSA from 'node-rsa'; import { Format, Key } from 'node-rsa'; import { OperatorFunction } from 'rxjs'; export declare const exportKey: (format?: Format) => OperatorFunction<NodeRSA, Key>;