解决方案 »

  1.   

    http://blog.csdn.net/lxgwm2008/article/details/9313249
    http://blog.csdn.net/ysr1980/article/details/4068218
      

  2.   

    openssl 里面有封装,楼主搞的是YY吧
      

  3.   

    openssl 里面有封装,楼主搞的是YY吧
     不是的!就是不知道delphi下怎么实现对ASN。1进行DER编码,并进行编解码。
      

  4.   


    我的意思是比如:
    ACAPI-OpenService ::= [APPLICATION 10] IMPLICIT SEQUENCE
    {
        loginName          [0] IMPLICIT OCTET STRING (SIZE(0..32)), -- Login name of the ACAPI application, ASCII encoded
        version            [1] IMPLICIT Integer16,                  -- Value for version arrangements, may be different
                                                                    -- for each service
        serviceReq         [2] IMPLICIT ServiceIDType,              -- Ident for the selected ACAPI service type
        ssiReq             [3] IMPLICIT TETRA-Address,              -- Virtual TETRA ident (SSI) of the ACAPI application
        lineResourceInfo   [4] IMPLICIT SEQUENCE OF LineResourceInfo OPTIONAL -- Information about the audio resources to be used
                                                                              -- (only used for services call control and monitoring)
        
    }
    这个形式的,在C或者delphi中如何定义,传输编解码????
      

  5.   

    http://lengxuezhixuan.blog.chinaunix.net/uid-28765492-id-3765759.html
    这个有C下的实现,可以参考一下