Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6asn1.h File Reference
#include "p6com.h"

Go to the source code of this file.

Classes

struct  P6R::P6ASN1INTEGER
 
struct  P6R::P6ASN1OCTET
 
interface  P6R::p6IAsn1
 
interface  P6R::p6IAsn1_2
 

Namespaces

 P6R
 

Macros

#define COMP_p6Asn1   {0xed95d016,0x7e66,0x4d02,{0xa9,0xe6,0x5,0x95,0xc7,0x88,0xd3,0x57}}
 
#define IF_p6IAsn1   {0xb3521209,0xe863,0x464e,{0x8f,0x6b,0xf4,0x67,0xe1,0xb0,0x7a,0x5e}}
 
#define IF_p6IAsn1_2   {0xf0e2bfc5,0xd847,0x42cd,{0xbd,0x8a,0xc9,0xeb,0xf9,0x7,0xfb,0x94}}
 
#define INTERFACE   p6IAsn1
 
#define INTERFACE   p6IAsn1_2
 

Typedefs

typedef P6UINT32 P6R::P6ASN1FLAGS
 
typedef P6UINT32 P6R::P6ASN1REALFLAGS
 

Enumerations

enum  P6R::P6ASN1TRANSFERENCODING { P6R::ASN1_BER = 0x00, P6R::ASN1_DER = 0x01 }
 

Detailed Description

Interface definition for the Abstract Syntax Notation One (ASN.1) parser and generator.

This is a standards based description and encoding of network messages. Excellent references are: 1) Douglas Steedman, ASN.1, The Tutorial & Reference, ISBN 1 871802 06 7, 1993. 2) ITU-T RecommendationX.690, "Information technology – ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)", 07/2002.

Definition in file p6asn1.h.