Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@aws-crypto/ie11-detection/build/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts

/**
 * The result of a successful KeyOperation.
 *
 * @see {KeyOperation}
 * @see https://msdn.microsoft.com/en-us/library/dn302313(v=vs.85).aspx
 */
export interface Key {
    readonly algorithm: string;
    readonly extractable: boolean;
    readonly keyUsage: Array<string>;
    readonly type: string;
}