|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T U
Length: 2096 (0x830) Types: TextFile Names: »UNIV.py«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦041b9c0f8⟧ »EurOpenD22/isode/pepsy.system-6.0.Z« └─⟦d49939f05⟧ └─⟦6a28ec38e⟧ »pepsy.tar« └─⟦this⟧ »pepsy/UNIV.py« └─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/pepy/UNIV.py«
-- ASN.1 UNIVERSAL defined types -- $Header: /f/osi/pepy/RCS/UNIV.py,v 6.0 89/03/18 23:37:25 mrose Rel $ -- -- -- $Log: UNIV.py,v $ -- Revision 6.0 89/03/18 23:37:25 mrose -- Release 5.0 -- -- -- NOTICE -- -- Acquisition, use, and distribution of this module and related -- materials are subject to the restrictions of a license agreement. -- Consult the Preface in the User's Manual for the full terms of -- this agreement. -- -- UNIV DEFINITIONS ::= %{ #ifndef lint static char *rcsid = "$Header: /f/osi/pepy/RCS/UNIV.py,v 6.0 89/03/18 23:37:25 mrose Rel $"; #endif %} BEGIN -- ISO 646-1983 IA5String ::= [UNIVERSAL 22] IMPLICIT OCTET STRING ISO646String ::= IA5String NumericString ::= [UNIVERSAL 18] IMPLICIT IA5String PrintableString ::= [UNIVERSAL 19] IMPLICIT IA5String -- ISO 6937/2-1983 T61String ::= [UNIVERSAL 20] IMPLICIT OCTET STRING TeletexString ::= T61String -- ISO 6937/2-1983 VideotexString ::= [UNIVERSAL 21] IMPLICIT OCTET STRING -- ISO 2014, 3307, 4031 -- date, time, zone GeneralizedTime ::= [UNIVERSAL 24] IMPLICIT VisibleString GeneralisedTime ::= GeneralizedTime UTCTime ::= [UNIVERSAL 23] IMPLICIT VisibleString UniversalTime ::= UTCTime -- ISO 2375 GraphicString ::= [UNIVERSAL 25] IMPLICIT OCTET STRING VisibleString ::= [UNIVERSAL 26] IMPLICIT OCTET STRING GeneralString ::= [UNIVERSAL 27] IMPLICIT OCTET STRING CharacterString ::= [UNIVERSAL 28] IMPLICIT OCTET STRING -- ISO 8824 EXTERNAL ::= [UNIVERSAL 8] IMPLICIT SEQUENCE { direct-reference OBJECT IDENTIFIER OPTIONAL, indirect-reference INTEGER --* OPTIONAL *-- DEFAULT 0, data-value-descriptor ObjectDescriptor OPTIONAL, encoding CHOICE { single-ASN1-type[0] ANY, octet-aligned[1] IMPLICIT OCTET STRING, arbitrary[2] IMPLICIT BIT STRING } } -- ISO 8824 ObjectDescriptor ::= [UNIVERSAL 7] IMPLICIT GraphicString END %{ PEPYPARM NullParm = (PEPYPARM) 0; %}