Exemplo n.º 1
0
 public BinaryRC4CipherOutputStream(DirectoryNode dir, BinaryRC4EncryptionInfoBuilder builder, BinaryRC4Encryptor encryptor)
     : base(dir, 512, builder, encryptor)
 {
 }
Exemplo n.º 2
0
 protected internal BinaryRC4Encryptor(BinaryRC4EncryptionInfoBuilder builder)
 {
     this.builder = builder;
 }
Exemplo n.º 3
0
 protected internal BinaryRC4Decryptor(BinaryRC4EncryptionInfoBuilder builder)
     : base(builder)
 {
 }