generateVlessAuthentication method

  1. @override
VlessAuthentication generateVlessAuthentication()
override

Generate decryption/encryption json pair (VLESS Encryption) Returns X25519 (non‑PQ) and ML‑KEM‑768 (PQ)

Implementation

@override
VlessAuthentication generateVlessAuthentication() =>
    _lib.executeVlessAuthentication();