Org.BouncyCastle.Crypto.BufferedCipherBase.ProcessByte C# (CSharp) Method

ProcessByte() public abstract method

public abstract ProcessByte ( byte input ) : byte[]
input byte
return byte[]
		public abstract byte[] ProcessByte(byte input);

Same methods

BufferedCipherBase::ProcessByte ( byte input, byte output, int outOff ) : int