]> git.saurik.com Git - apple/security.git/blob - SecurityASN1/asn/sm_vdatypes.asn
Security-54.tar.gz
[apple/security.git] / SecurityASN1 / asn / sm_vdatypes.asn
1 -- @(#) sm_vdatypes.asn 1.4 4/27/98 14:51:24
2 VdaEnhancedTypes DEFINITIONS ::=
3 BEGIN
4
5 -- NOTE:
6 -- This module contains the ASN.1 defintions for types that are not
7 -- supported by Snacc 1.3b1 (i.e. UniversalString) and some echanced
8 -- types for handling large integers.
9 --
10
11 BigIntegerStr ::= [UNIVERSAL 2] IMPLICIT OCTET STRING
12
13 END