Org.BouncyCastle.Crypto.Modes.SicBlockCipher.GetUnderlyingCipher C# (CSharp) Method

GetUnderlyingCipher() public method

public GetUnderlyingCipher ( ) : IBlockCipher
return IBlockCipher
		public IBlockCipher GetUnderlyingCipher()
		{
			return cipher;
		}