搜索资源列表
ASN.1 Complete
- 全面介绍ASN.1的书记(英文),系统地介绍了抽象语法标记,各种编解码规则:BER/CER/DER/PER,对从事ASN.1的朋友很有用处.-comprehensive introduction to the secretary of the ASN.1 (English), a systematic introduction to the abstract syntax markings, various codecs rules : BER / CER / DER / PER, for th
asn1c-0.9.19.tar
- ASN.1 to C/C++的编译器源码.支持BER/DER/CER/BASIC-XER/CXER/PER编码方式,编译目标语言C/C-ASN.1 to C / C compiler source. Support BER / DER / CER / BASIC -XER/CXER/PER encoding, language compiler target C / C
DR_TOOL
- ASN.1(Abstract Syntax Notation One)是由ITU-T制定的,符合以上三点要求。它定义的编码规则(如BER、PER)就相当于从局部语法到传送语法之间的转换规则。目前,很多网络协议的消息格式都是用ASN.1句法描述的,并指明了采用何种编码规则。在协议的具体实现时,我们必须在发送方设置一个ASN.1编码器,将发送方所要传送的消息经ASN.1编码后再发送出去;然后在接收方设置一个ASN.1解码器,将接收到的经ASN.1编码的消息解码为符合接收方局部语法的消息格式。由于A
X.681-0207
- BER/DER asn.1 coding rule-BER / DER ASN.1 coding rule
ASN.1 BER DER编码子集入门指南
- ASN.1 BER DER编码子集入门指南.pdf-ASN.1 BER DER subset tutorial
test01
- ASN.1解析解码工具,可以解析各种ASN.1格式的文件,并对相应的BER文件解码
ASN.1_BER_DER
- 本文简单介绍了OSI 抽象语法符号(ASN.1)的子集——基本编码规则(BER)和可辨别编码规则(DER)。
asn1.rar
- ASN.1编解码的JAVA实现,很有参考价值,JAVA,ASN.1,ASN.1 codec JAVA realize valuable, JAVA, ASN.1
module.asn1-2
- ASN.1编解码模块,经典代码,实现了ASN.1各种编码方式的BER,DER,PER,XER的编码解码,代码非常美妙,是C的经典-ASN.1 encoding and decoding modules, the classic code, and implements the various ASN.1 encoding of the BER, DER, PER, XER encoding decoding, the code is very wonderful, is the classic
JavaAsn1Compiler_2.0
- JAC (Java Asn.1 Compiler) is a tool for you if you want to (1) parse your asn.1 file (2) create .java classes of data types defined in your asn.1 file and (3) do encoding/decoding of instances of your generated classes. BER, CER and DER are a
asn1berder
- ASN.1/BER/DER 编码子集入门指南。PKI证书交换时常用,有助于密码系统开发。PDF文件-Encoding a subset ASN.1/BER/DER Getting Started Guide. The exchange of PKI certificates often used to help the development of cryptography. PDF document
ber
- 在具体系统中,我们需要用具体的编码规则将ASN.1语法表示的抽象数据转换成具体的比特流。SNMP使用的编码方法是BER(Basic Encoding Rule)。BER的数据都由三个域构成:标识域(tag)+长度域(length)+值域(value)。 -In the specific system, we need specific ASN.1 encoding rules expressed in the abstract syntax data into a specific bit st
ASN_1_BER_DER
- asn1 ber der 编码子集入门指南说明文档 RSA实验室的一份技术笔记本文简单介绍了OSI 抽象语法符号(ASN.1)的子集——基本编码规则(BER)和可辨别编码规则(DER)。本文的主要目的是为理解和实现PKCS协议族提供足够的背景材料。-asn1 ber der encoding a subset of the Getting Started documentation RSA Laboratories Technical notebook paper a brief intro
BER codec
- 使用Visaul basic.net编写的基于ber编码规则的的asn.1的编码/解码库,可以适用于任何使用ber编码的协议比如(的LDAP,SNMP等)-Use Visaul basic.net write code based on the rules of asn.1 ber encoding/decoding library, you can apply to any use of ber-encoded protocols such as (the LDAP, SNMP, etc.)
asn1_decoder
- Decoder for ASN.1 BER DER CER encoded bytestream.
asn1_decoder
- Decoder for ASN.1 BER DER CER encoded bytestream.
asn1_decoder
- Decoder for ASN.1 BER DER CER encoded bytestream.
asn1
- ASN.1 BER DER CER encoding definitions.
fabs
- Decoder for ASN.1 BER DER CER encoded bytestream.
asn1c-0.9.14.tar
- The asn1c compiler turns ASN.1 specifications into C language source files containing the BER/CER/DER/XER encoders and decoders for the given abstract notation.