Type alias MakeInternalValuesParams

MakeInternalValuesParams: {} | { hmacHashAlgorithm: string; iterations: number; password: ArrayBuffer; pbkdf2HashAlgorithm: Algorithm } | { hashAlgorithm: string; privateKey: CryptoKey; signingCertificate: Certificate }

Generated using TypeDoc