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-response.ts>AesRsaHybridEncryptResponse

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

Constructors

new
AesRsaHybridEncryptResponse(
encryptedAesKey: string,
publicKey: string,
privateKey: string,
encryptedData: string,
)

Properties

encryptedAesKey: string
encryptedData: string
privateKey: string
publicKey: string