Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.ProcessByte C# (CSharp) 메소드

ProcessByte() 공개 메소드

public ProcessByte ( byte input, byte output, int outOff ) : int
input byte
output byte
outOff int
리턴 int
		public virtual int ProcessByte(
			byte	input,
			byte[]	output,
			int		outOff)
		{
			return Process(input, output, outOff);
		}