class IGEimport { IGE } from "https://deno.land/x/grm@0.5.1/src/crypto/ige.ts"; ConstructorsnewIGE(key: Buffer, iv: Buffer)Propertiesprivateige: anyMethodsdecryptIge(cipherText: Buffer): BufferencryptIge(plainText: Buffer): Buffer