Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.ProcessByte C# (CSharp) Méthode

ProcessByte() public méthode

public ProcessByte ( byte input, byte output, int outOff ) : int
input byte
output byte
outOff int
Résultat int
		public virtual int ProcessByte(
			byte	input,
			byte[]	output,
			int		outOff)
		{
			return Process(input, output, outOff);
		}