UNPKG

@aws-crypto/client-browser

Version:

The *client-browser* module includes all of the modules you need to use the AWS Encryption SDK for the JavaScript web browser.

13 lines 807 B
export * from '@aws-crypto/encrypt-browser'; export * from '@aws-crypto/decrypt-browser'; export * from '@aws-crypto/material-management-browser'; export * from '@aws-crypto/caching-materials-manager-browser'; export * from '@aws-crypto/kms-keyring-browser'; export * from '@aws-crypto/raw-aes-keyring-browser'; export * from '@aws-crypto/raw-rsa-keyring-browser'; export * from '@aws-crypto/web-crypto-backend'; import { CommitmentPolicy, ClientOptions } from '@aws-crypto/material-management-browser'; import { buildEncrypt } from '@aws-crypto/encrypt-browser'; import { buildDecrypt } from '@aws-crypto/decrypt-browser'; export declare function buildClient(options?: CommitmentPolicy | ClientOptions): ReturnType<typeof buildEncrypt> & ReturnType<typeof buildDecrypt>; //# sourceMappingURL=index.d.ts.map