DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T U

⟦57ae96e5d⟧ TextFile

    Length: 2100 (0x834)
    Types: TextFile
    Names: »UNIV.py«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/pepy/UNIV.py« 

TextFile

-- ASN.1 UNIVERSAL defined types

-- $Header: /f/osi/pepy/RCS/UNIV.py,v 7.0 89/11/23 22:11:36 mrose Rel $
--
--
-- $Log:	UNIV.py,v $
-- Revision 7.0  89/11/23  22:11:36  mrose
-- Release 6.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 7.0 89/11/23 22:11:36 mrose Rel $";
#endif
%}

BEGIN


			-- ISO 646-1983
IA5String ::=
    [UNIVERSAL 22]
	IMPLICIT OCTET STRING

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

ISO646String ::=
	VisibleString

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;

%}