Home
last modified time | relevance | path

Searched refs:SetOf (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
Drfc2315.py16 namedtype.NamedType('values', univ.SetOf(componentType=AttributeValue()))
56 class DigestAlgorithmIdentifiers(univ.SetOf):
93 class RecipientInfos(univ.SetOf):
96 class Attributes(univ.SetOf):
123 class ExtendedCertificatesAndCertificates(univ.SetOf):
150 class CertificateRevocationLists(univ.SetOf):
168 class SignerInfos(univ.SetOf):
Drfc2251.py39 namedtype.NamedType('vals', univ.SetOf(componentType=AttributeValue()))
84 …medType('type', AttributeDescription()), namedtype.NamedType('vals', univ.SetOf(componentType=Attr…
124 …namedtype.NamedType('and', univ.SetOf(componentType=Filter3()).subtype(implicitTag=tag.Tag(tag.tag…
125 …namedtype.NamedType('or', univ.SetOf(componentType=Filter3()).subtype(implicitTag=tag.Tag(tag.tagC…
138 …namedtype.NamedType('and', univ.SetOf(componentType=Filter2()).subtype(implicitTag=tag.Tag(tag.tag…
139 …namedtype.NamedType('or', univ.SetOf(componentType=Filter2()).subtype(implicitTag=tag.Tag(tag.tagC…
206 namedtype.NamedType('vals', univ.SetOf(componentType=AttributeValue()))
224 …medType('type', AttributeDescription()), namedtype.NamedType('vals', univ.SetOf(componentType=Attr…
Drfc2314.py12 class Attributes(univ.SetOf):
Dpkcs12.py13 class Attributes(univ.SetOf):
Drfc5208.py27 class Attributes(univ.SetOf):
Drfc2459.py85 namedtype.NamedType('vals', univ.SetOf(componentType=AttributeValue()))
201 class RelativeDistinguishedName(univ.SetOf):
389 …namedtype.OptionalNamedType('nAddresses', univ.SetOf(componentType=univ.OctetString()).subtype(exp…
525 class ExtensionAttributes(univ.SetOf):
527 … subtypeSpec = univ.SetOf.subtypeSpec + constraint.ValueSizeConstraint(1, ub_extension_attributes)
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/cer/
Dencoder.py72 univ.SetOf().tagSet: SetOfEncoder() # conflcts with Set
78 univ.SetOf.typeId: SetOfEncoder()
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/der/
Dencoder.py19 univ.SetOf().tagSet: SetOfEncoder()
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/ber/
Dencoder.py296 univ.SetOf.tagSet: SequenceOfEncoder(),
318 univ.SetOf.typeId: SequenceOfEncoder(),
Ddecoder.py407 protoComponent = univ.SetOf()
562 univ.SetOf.typeId: SetOfDecoder(),
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/
DCHANGES179 - Fix to Set/SetOf type decoder to handle uninitialized scalar SetOf
242 - Bugix to the way to distinguish Set from SetOf at CER/DER SetOfEncoder
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
Dtest_univ.py371 class SetOf(unittest.TestCase): class
373 self.s1 = univ.SetOf(componentType=univ.OctetString(''))
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Duniv.py633 class SetOf(base.AbstractConstructedAsn1Item): class
701 class SequenceOf(SetOf):