import { Paimon } from "https://deno.land/x/paimon@v1.1.3/src/deno/mod.ts";
const { RsaPublicKey } = Paimon;
Methods
free(): void
verify_pkcs1v15_unprefixed(input: Memory, signature: Memory): boolean
[Symbol.dispose](): void
Static Methods
from_pkcs1_der(input: Memory): RsaPublicKey
from_public_key_der(input: Memory): RsaPublicKey