UNPKG

wallee

Version:
6 lines (5 loc) 209 B
declare abstract class EncryptionUtil { private constructor(); static isContentValid(contentToVerify: string, contentSignature: string, encodedPublicKey: string): boolean; } export { EncryptionUtil };