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.
Go to Latest
class AesRsaHybridEncryptRequest
import { AesRsaHybridEncryptRequest } from "https://deno.land/x/eas_deno@v0.0.7/types/hybrid/aes-rsa-hybrid-encrypt-request.ts";

Constructors

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

Properties

dataToEncrypt: string
keySize: number
nonce: string