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

GetUnderlyingCipher() public method

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