diff options
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/Octetstr.py')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/Octetstr.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/Octetstr.py b/lib/asn1/test/asn1_SUITE_data/Octetstr.py new file mode 100644 index 0000000000..e971acf192 --- /dev/null +++ b/lib/asn1/test/asn1_SUITE_data/Octetstr.py @@ -0,0 +1,15 @@ +Octetstr DEFINITIONS ::=
+BEGIN
+
+-- F.2.6.1
+-- Use an octet string type to model binary data whose format and length are
+-- unspecified, or specified elsewhere, and whose length in bits is a
+-- multiple of eight.
+-- EXAMPLE
+
+G4FacsimileImage ::= OCTET STRING
+-- a sequence of octets conforming to
+-- Recommendations T.5 and T.6
+image G4FacsimileImage ::= '3FE2EBAD471005'H
+
+END
|