OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetOf
(Results
1 - 11
of
11
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
pkcs12.py
13
class Attributes(univ.
SetOf
):
rfc2314.py
12
class Attributes(univ.
SetOf
):
rfc2315.py
16
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
):
rfc5208.py
27
class Attributes(univ.
SetOf
):
rfc2251.py
39
namedtype.NamedType('vals', univ.
SetOf
(componentType=AttributeValue()))
84
componentType = univ.Sequence(componentType=namedtype.NamedTypes(namedtype.NamedType('type', AttributeDescription()), namedtype.NamedType('vals', univ.
SetOf
(componentType=AttributeValue()))))
124
namedtype.NamedType('and', univ.
SetOf
(componentType=Filter3()).subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
125
namedtype.NamedType('or', univ.
SetOf
(componentType=Filter3()).subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1))),
138
namedtype.NamedType('and', univ.
SetOf
(componentType=Filter2()).subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
139
namedtype.NamedType('or', univ.
SetOf
(componentType=Filter2()).subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1))),
206
namedtype.NamedType('vals', univ.
SetOf
(componentType=AttributeValue()))
224
componentType = univ.Sequence(componentType=namedtype.NamedTypes(namedtype.NamedType('type', AttributeDescription()), namedtype.NamedType('vals', univ.
SetOf
(componentType=AttributeValue()))))
rfc2459.py
85
namedtype.NamedType('vals', univ.
SetOf
(componentType=AttributeValue()))
201
class RelativeDistinguishedName(univ.
SetOf
):
389
namedtype.OptionalNamedType('nAddresses', univ.
SetOf
(componentType=univ.OctetString()).subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3), subtypeSpec=constraint.ValueSizeConstraint(1, MAX))),
525
class ExtensionAttributes(univ.
SetOf
):
527
subtypeSpec = univ.
SetOf
.subtypeSpec + constraint.ValueSizeConstraint(1, ub_extension_attributes)
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/cer/
encoder.py
37
# This is certainly a hack but how else do I distinguish
SetOf
54
#
SetOf
72
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/
encoder.py
18
# Set &
SetOf
have same tags
19
univ.
SetOf
().tagSet: SetOfEncoder()
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/ber/
encoder.py
294
# Sequence & Set have same tags as SequenceOf &
SetOf
296
univ.
SetOf
.tagSet: SequenceOfEncoder(),
318
univ.
SetOf
.typeId: SequenceOfEncoder(),
decoder.py
407
protoComponent = univ.
SetOf
()
540
univ.Set.tagSet: SetDecoder(), # conflicts with
SetOf
562
univ.
SetOf
.typeId: SetOfDecoder(),
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
test_univ.py
371
class
SetOf
(unittest.TestCase):
373
self.s1 = univ.
SetOf
(componentType=univ.OctetString(''))
Completed in 61 milliseconds