XrayWrapper class

Constructors

XrayWrapper(String libPath)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

executeCertChainHash(String certPem) String
executeMLDSA65(String input) MLDSA65Data
executeMLKEM768(String input) MLKEM768Data
executeVlessAuthentication() VlessAuthentication
generateCert(GenerateCertOptions options) TlsCerts
generateUuidV4() String
generateUuidV5(String input) String
getVersion() String
isStarted(String uuid) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ping(int port, String testingUrl) Future<int>
pingConfig(String jsonConfig, int port, String testingUrl) Future<int>
start(String uuid, String jsonConfig) → void
startAsync(String uuid, String jsonConfig) Future<void>
stop(String uuid) → void
stopAsync(String uuid) Future<void>
toString() String
A string representation of this object.
inherited
x25519Genkey(String privateKey) X25519Data
x25519GenkeyWG(String privateKey) X25519Data

Operators

operator ==(Object other) bool
The equality operator.
inherited