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-encrypt-request.ts>AesRsaHybridEncryptRequest

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 AesRsaHybridEncryptRequest
import { AesRsaHybridEncryptRequest } from "https://deno.land/x/eas_deno@v1.1.5/types/hybrid/aes-rsa-hybrid-encrypt-request.ts";

Constructors

new
AesRsaHybridEncryptRequest(
nonceKey: string,
keySize: number,
dataToEncrypt: string,
aesType: number,
)

Properties

aesType: number
dataToEncrypt: string
keySize: number
nonce: string