Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/eas_deno/types/hybrid/aes-rsa-hybrid-decrypt-request.ts>AesRsaHybridDecryptRequest

eas-deno is a TypeScript SDK that authenticates with the main EAS API through tokenization. Giving you the performance of Rust without having to learn FFI in Rust.
Latest
class AesRsaHybridDecryptRequest
import { AesRsaHybridDecryptRequest } from "https://deno.land/x/eas_deno@v1.1.5/types/hybrid/aes-rsa-hybrid-decrypt-request.ts";

Constructors

new
AesRsaHybridDecryptRequest(
privateRsaKey: string,
encryptedAesKey: string,
nonce: string,
encryptedData: string,
aesType: number,
)

Properties

aesType: number
encryptedAesKey: string
encryptedData: string
nonce: string
privateRsaKey: string