Method | Description | |
---|---|---|
CryptoInputStream ( |
||
CryptoInputStream ( Stream inputStream ) : System | ||
Flush ( ) : void | ||
Read ( byte b ) : int | ||
Read ( byte b, int offset, int length ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
encrypt ( NuoDb.Data.Client.Security.Cipher encryptionEngine ) : void | ||
readLength ( ) : int | ||
readMessage ( ) : byte[] |
public CryptoInputStream ( |
||
cryptoSocket | ||
inputStream | Stream | |
return | System |
public CryptoInputStream ( Stream inputStream ) : System | ||
inputStream | Stream | |
return | System |
public Read ( byte b, int offset, int length ) : int | ||
b | byte | |
offset | int | |
length | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
public encrypt ( NuoDb.Data.Client.Security.Cipher encryptionEngine ) : void | ||
encryptionEngine | NuoDb.Data.Client.Security.Cipher | |
return | void |