Searched refs:tagClassPrivate (Results 1 – 5 of 5) sorted by relevance
/external/python/pyasn1/tests/type/ |
D | test_opentype.py | 53 …self.taggedAny = univ.Any().subtype(implicitTag=tag.Tag(tag.tagClassPrivate, tag.tagFormatSimple, … 84 …self.taggedAny = univ.Any().subtype(implicitTag=tag.Tag(tag.tagClassPrivate, tag.tagFormatSimple, …
|
D | test_tag.py | 86 tag.Tag(tag.tagClassPrivate, tag.tagFormatSimple, 32) 91 tag.Tag(tag.tagClassPrivate, tag.tagFormatConstructed, 32)
|
D | test_univ.py | 306 implicitTag=tag.Tag(tag.tagClassPrivate, tag.tagFormatSimple, 2), 310 tagSet=tag.TagSet(tag.Tag(tag.tagClassPrivate, 1018 …o = univ.OctetString('abc').subtype(explicitTag=tag.Tag(tag.tagClassPrivate, tag.tagFormatSimple, … 1061 implicitTag=tag.Tag(tag.tagClassPrivate, tag.tagFormatSimple, 2), 1066 tagSet=tag.TagSet(tag.Tag(tag.tagClassPrivate, 1367 …o = univ.OctetString('abc').subtype(explicitTag=tag.Tag(tag.tagClassPrivate, tag.tagFormatSimple, …
|
/external/python/pyasn1/docs/source/pyasn1/type/tag/ |
D | tag.rst | 9 tagClassPrivate, tagFormatSimple, tagFormatConstructed
|
/external/python/pyasn1/pyasn1/type/ |
D | tag.py | 24 tagClassPrivate = 0xC0 variable
|