angular-auth-oidc-client
Version:
Angular Lib for OpenID Connect & OAuth2
9 lines (8 loc) • 630 B
TypeScript
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>;
}