UNPKG

angular-auth-oidc-client

Version:
9 lines (8 loc) 630 B
import * as i0 from "@angular/core"; export declare class JwkWindowCryptoService { private readonly cryptoService; importVerificationKey(key: JsonWebKey, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm | null): Promise<CryptoKey>; verifyKey(verifyAlgorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | null, cryptoKey: CryptoKey, signature: BufferSource, signingInput: string): Promise<boolean>; static ɵfac: i0.ɵɵFactoryDeclaration<JwkWindowCryptoService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<JwkWindowCryptoService>; }