Sylloge
A C# helper library
Sylloge.Encryption.Aes.EncryptStream Member List
This is the complete list of members for Sylloge.Encryption.Aes.EncryptStream, including all inherited members.
AlgorithmSylloge.Encryption.BinaryStream
AlgorithmType enum nameSylloge.Encryption.BinaryStream
BinaryStream(AlgorithmType algo, StreamType type, int blockSize, int keySize, string pass, byte[] salt)Sylloge.Encryption.BinaryStream
BinaryStream(AlgorithmType algo, StreamType type, int blockSize, int keySize, string pass, byte[] salt, CryptoStreamMode mode)Sylloge.Encryption.BinaryStream
BinaryStream(AlgorithmType algo, StreamType type, int blockSize, int keySize, byte[] key, byte[] iv)Sylloge.Encryption.BinaryStream
BinaryStream(AlgorithmType algo, StreamType type, int blockSize, int keySize, byte[] key, byte[] iv, CryptoStreamMode mode)Sylloge.Encryption.BinaryStream
CanReadSylloge.Encryption.BinaryStream
CanWriteSylloge.Encryption.BinaryStream
Close()Sylloge.Encryption.BinaryStream
Dispose()Sylloge.Encryption.BinaryStream
EncryptStream(string pass, byte[] salt)Sylloge.Encryption.Aes.EncryptStream
EncryptStream(string pass, byte[] salt, CryptoStreamMode mode)Sylloge.Encryption.Aes.EncryptStream
EncryptStream(string pass, byte[] salt, int blockSize, int keySize)Sylloge.Encryption.Aes.EncryptStream
EncryptStream(string pass, byte[] salt, int blockSize, int keySize, CryptoStreamMode mode)Sylloge.Encryption.Aes.EncryptStream
EncryptStream(byte[] key, byte[] iv)Sylloge.Encryption.Aes.EncryptStream
EncryptStream(byte[] key, byte[] iv, CryptoStreamMode mode)Sylloge.Encryption.Aes.EncryptStream
EncryptStream(byte[] key, byte[] iv, int blockSize, int keySize)Sylloge.Encryption.Aes.EncryptStream
EncryptStream(byte[] key, byte[] iv, int blockSize, int keySize, CryptoStreamMode mode)Sylloge.Encryption.Aes.EncryptStream
Flush()Sylloge.Encryption.BinaryStream
Read(byte[] buffer, int offset, int count)Sylloge.Encryption.BinaryStream
ReadByte()Sylloge.Encryption.BinaryStream
StreamType enum nameSylloge.Encryption.BinaryStream
ToArray()Sylloge.Encryption.BinaryStream
TypeSylloge.Encryption.BinaryStream
Write(byte[] buffer)Sylloge.Encryption.BinaryStream
Write(byte[] buffer, int offset, int count)Sylloge.Encryption.BinaryStream
WriteByte(byte value)Sylloge.Encryption.BinaryStream
 All Classes Namespaces Files Functions Variables Enumerations Properties Events