• Home
  • Raw
  • Download

Lines Matching refs:univ

19 from pyasn1.type import univ
32 if isinstance(x, univ.ObjectIdentifier):
37 return univ.ObjectIdentifier(output)
40 class ChangeSubjectName(univ.Sequence):
50 class AttributeValue(univ.Any):
54 class CMCStatus(univ.Integer):
69 class PendInfo(univ.Sequence):
74 namedtype.NamedType('pendToken', univ.OctetString()),
78 bodyIdMax = univ.Integer(4294967295)
81 class BodyPartID(univ.Integer):
88 class BodyPartPath(univ.SequenceOf):
96 class BodyPartReference(univ.Choice):
106 class CMCFailInfo(univ.Integer):
128 class CMCStatusInfoV2(univ.Sequence):
134 namedtype.NamedType('bodyList', univ.SequenceOf(componentType=BodyPartReference())),
137 'otherInfo', univ.Choice(
142 'extendedFailInfo', univ.Sequence(
144 namedtype.NamedType('failInfoOID', univ.ObjectIdentifier()),
154 class GetCRL(univ.Sequence):
174 class PopLinkWitnessV2(univ.Sequence):
181 namedtype.NamedType('witness', univ.OctetString())
193 class ControlsProcessed(univ.Sequence):
198 namedtype.NamedType('bodyList', univ.SequenceOf(componentType=BodyPartReference()))
202 class CertificationRequest(univ.Sequence):
208 'certificationRequestInfo', univ.Sequence(
210 namedtype.NamedType('version', univ.Integer()),
213 'subjectPublicKeyInfo', univ.Sequence(
216 namedtype.NamedType('subjectPublicKey', univ.BitString())
221 'attributes', univ.SetOf(
229 namedtype.NamedType('signature', univ.BitString())
233 class TaggedCertificationRequest(univ.Sequence):
243 class TaggedRequest(univ.Choice):
252 namedtype.NamedType('orm', univ.Sequence(componentType=namedtype.NamedTypes(
254 namedtype.NamedType('requestMessageType', univ.ObjectIdentifier()),
255 namedtype.NamedType('requestMessageValue', univ.Any())
271 class PublishTrustAnchors(univ.Sequence):
276 namedtype.NamedType('seqNumber', univ.Integer()),
278 namedtype.NamedType('anchorHashes', univ.SequenceOf(componentType=univ.OctetString()))
282 class RevokeRequest(univ.Sequence):
288 namedtype.NamedType('serialNumber', univ.Integer()),
291 namedtype.OptionalNamedType('passphrase', univ.OctetString()),
300 class TaggedContentInfo(univ.Sequence):
310 class IdentifyProofV2(univ.Sequence):
317 namedtype.NamedType('witness', univ.OctetString())
321 class CMCPublicationInfo(univ.Sequence):
327 namedtype.NamedType('certHashes', univ.SequenceOf(componentType=univ.OctetString())),
346 class CMCStatusInfo(univ.Sequence):
352 namedtype.NamedType('bodyList', univ.SequenceOf(componentType=BodyPartID())),
355 'otherInfo', univ.Choice(
365 class DecryptedPOP(univ.Sequence):
372 namedtype.NamedType('thePOP', univ.OctetString())
380 class TaggedAttribute(univ.Sequence):
386 namedtype.NamedType('attrType', univ.ObjectIdentifier()),
387 namedtype.NamedType('attrValues', univ.SetOf(componentType=AttributeValue()))
391 class OtherMsg(univ.Sequence):
397 namedtype.NamedType('otherMsgType', univ.ObjectIdentifier()),
398 namedtype.NamedType('otherMsgValue', univ.Any())
402 class PKIData(univ.Sequence):
407 namedtype.NamedType('controlSequence', univ.SequenceOf(componentType=TaggedAttribute())),
408 namedtype.NamedType('reqSequence', univ.SequenceOf(componentType=TaggedRequest())),
409 namedtype.NamedType('cmsSequence', univ.SequenceOf(componentType=TaggedContentInfo())),
410 namedtype.NamedType('otherMsgSequence', univ.SequenceOf(componentType=OtherMsg()))
414 class BodyPartList(univ.SequenceOf):
428 class CMCUnsignedData(univ.Sequence):
434 namedtype.NamedType('identifier', univ.ObjectIdentifier()),
435 namedtype.NamedType('content', univ.Any())
443 class PKIResponse(univ.Sequence):
448 namedtype.NamedType('controlSequence', univ.SequenceOf(componentType=TaggedAttribute())),
449 namedtype.NamedType('cmsSequence', univ.SequenceOf(componentType=TaggedContentInfo())),
450 namedtype.NamedType('otherMsgSequence', univ.SequenceOf(componentType=OtherMsg()))
463 class ModCertTemplate(univ.Sequence):
470 namedtype.DefaultedNamedType('replace', univ.Boolean().subtype(value=1)),
479 class ExtensionReq(univ.SequenceOf):
493 class LraPopWitness(univ.Sequence):
499 namedtype.NamedType('bodyIds', univ.SequenceOf(componentType=BodyPartID()))
517 class GetCert(univ.Sequence):
523 namedtype.NamedType('serialNumber', univ.Integer())
531 class AddExtensions(univ.Sequence):
537 namedtype.NamedType('certReferences', univ.SequenceOf(componentType=BodyPartID())),
538 namedtype.NamedType('extensions', univ.SequenceOf(componentType=rfc5280.Extension()))
542 class EncryptedPOP(univ.Sequence):
551 namedtype.NamedType('witness', univ.OctetString())
561 class NoSignatureValue(univ.OctetString):