Property | Type | Description | |
---|---|---|---|
key |
Method | Description | |
---|---|---|
GenerateKeys ( ) : void | ||
GetAuthType ( ) : AuthTypes | ||
GetPublicKey ( ) : byte[] | ||
ProcessInputData ( byte buffer, int offset, int count ) : byte[] | ||
ProcessOutputData ( byte buffer, int offset, int count ) : byte[] | ||
SetEncKey ( byte key ) : void | ||
SetKey ( byte key, int offset, int len ) : void | ||
SetType ( AuthTypes k ) : void | ||
ShareEncryptionKey ( ) : byte[] | ||
SocksEncryption ( ) : System |
public ProcessInputData ( byte buffer, int offset, int count ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
return | byte[] |
public ProcessOutputData ( byte buffer, int offset, int count ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
return | byte[] |
public SetKey ( byte key, int offset, int len ) : void | ||
key | byte | |
offset | int | |
len | int | |
return | void |