Lines Matching refs:univ

19 from pyasn1.type import univ
30 if isinstance(x, univ.ObjectIdentifier):
35 return univ.ObjectIdentifier(output)
38 class ObjectDigestInfo(univ.Sequence):
43 namedtype.NamedType('digestedObjectType', univ.Enumerated(
45 namedtype.OptionalNamedType('otherObjectTypeID', univ.ObjectIdentifier()),
47 namedtype.NamedType('objectDigest', univ.BitString())
51 class IssuerSerial(univ.Sequence):
62 class TargetCert(univ.Sequence):
73 class Target(univ.Choice):
87 class Targets(univ.SequenceOf):
94 class ProxyInfo(univ.SequenceOf):
109 class ClassList(univ.BitString):
123 class SecurityCategory(univ.Sequence):
128 namedtype.NamedType('type', univ.ObjectIdentifier().subtype(
130 …namedtype.NamedType('value', univ.Any().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo…
134 class Clearance(univ.Sequence):
139 namedtype.NamedType('policyId', univ.ObjectIdentifier().subtype(
145 …namedtype.OptionalNamedType('securityCategories', univ.SetOf(componentType=SecurityCategory()).sub…
150 class AttCertVersion(univ.Integer):
163 class AttrSpec(univ.SequenceOf):
167 AttrSpec.componentType = univ.ObjectIdentifier()
170 class AAControls(univ.Sequence):
176univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, MAX))),
181 namedtype.DefaultedNamedType('permitUnSpecified', univ.Boolean().subtype(value=1))
185 class AttCertValidityPeriod(univ.Sequence):
198 class V2Form(univ.Sequence):
211 class AttCertIssuer(univ.Choice):
222 class Holder(univ.Sequence):
236 class AttributeCertificateInfo(univ.Sequence):
247 namedtype.NamedType('attributes', univ.SequenceOf(componentType=rfc3280.Attribute())),
253 class AttributeCertificate(univ.Sequence):
260 namedtype.NamedType('signatureValue', univ.BitString())
270 class RoleSyntax(univ.Sequence):
284 class ACClearAttrs(univ.Sequence):
290 namedtype.NamedType('acSerial', univ.Integer()),
291 namedtype.NamedType('attrs', univ.SequenceOf(componentType=rfc3280.Attribute()))
299 class SvceAuthInfo(univ.Sequence):
306 namedtype.OptionalNamedType('authInfo', univ.OctetString())
310 class IetfAttrSyntax(univ.Sequence):
319 'values', univ.SequenceOf(
320 componentType=univ.Choice(
322 namedtype.NamedType('octets', univ.OctetString()),
323 namedtype.NamedType('oid', univ.ObjectIdentifier()),