UNPKG

@sphereon/ssi-sdk-ext.jwt-service

Version:

17 lines 531 B
import { IAgentPlugin } from '@veramo/core'; import { IJwtService } from '..'; /** * @public */ export declare class JwtService implements IAgentPlugin { readonly schema: any; readonly methods: IJwtService; private jwtPrepareJws; private jwtCreateJwsJsonGeneralSignature; private jwtCreateJwsJsonFlattenedSignature; private jwtCreateJwsCompactSignature; private jwtVerifyJwsSignature; private jwtEncryptJweCompactJwt; private jwtDecryptJweCompactJwt; } //# sourceMappingURL=JwtService.d.ts.map