Org.BouncyCastle.Crypto.Modes.CfbBlockCipher.GetUnderlyingCipher C# (CSharp) 메소드

GetUnderlyingCipher() 공개 메소드

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