interface RsaPrivateKey Usage in Deno```typescript import { type RsaPrivateKey } from "node:node__crypto.d.ts"; ``` Properties key: KeyLike optional passphrase: string | undefined optional oaepHash: string | undefined optional oaepLabel: TypedArray | undefined optional padding: number | undefined