Lines Matching refs:univ

18 from pyasn1.type import univ
30 if isinstance(x, univ.ObjectIdentifier):
35 return univ.ObjectIdentifier(output)
38 class AttCertVersionV1(univ.Integer):
47 class AttributeCertificateInfoV1(univ.Sequence):
54 'subject', univ.Choice(
65 namedtype.NamedType('attributes', univ.SequenceOf(componentType=rfc5280.Attribute())),
71 class AttributeCertificateV1(univ.Sequence):
78 namedtype.NamedType('signature', univ.BitString())
82 class AttributeValue(univ.Any):
86 class Attribute(univ.Sequence):
91 namedtype.NamedType('attrType', univ.ObjectIdentifier()),
92 namedtype.NamedType('attrValues', univ.SetOf(componentType=AttributeValue()))
96 class SignedAttributes(univ.SetOf):
108 class OtherKeyAttribute(univ.Sequence):
113 namedtype.NamedType('keyAttrId', univ.ObjectIdentifier()),
114 namedtype.OptionalNamedType('keyAttr', univ.Any())
118 class UnauthAttributes(univ.SetOf):
128 class SignatureValue(univ.OctetString):
132 class IssuerAndSerialNumber(univ.Sequence):
142 class SubjectKeyIdentifier(univ.OctetString):
146 class RecipientKeyIdentifier(univ.Sequence):
157 class KeyAgreeRecipientIdentifier(univ.Choice):
168 class EncryptedKey(univ.OctetString):
172 class RecipientEncryptedKey(univ.Sequence):
182 class RecipientEncryptedKeys(univ.SequenceOf):
189 class MessageAuthenticationCode(univ.OctetString):
193 class CMSVersion(univ.Integer):
207 class OtherCertificateFormat(univ.Sequence):
212 namedtype.NamedType('otherCertFormat', univ.ObjectIdentifier()),
213 namedtype.NamedType('otherCert', univ.Any())
217 class ExtendedCertificateInfo(univ.Sequence):
228 class Signature(univ.BitString):
236 class ExtendedCertificate(univ.Sequence):
247 class CertificateChoices(univ.Choice):
264 class CertificateSet(univ.SetOf):
271 class OtherRevocationInfoFormat(univ.Sequence):
276 namedtype.NamedType('otherRevInfoFormat', univ.ObjectIdentifier()),
277 namedtype.NamedType('otherRevInfo', univ.Any())
281 class RevocationInfoChoice(univ.Choice):
292 class RevocationInfoChoices(univ.SetOf):
299 class OriginatorInfo(univ.Sequence):
311 class ContentType(univ.ObjectIdentifier):
315 class EncryptedContent(univ.OctetString):
323 class EncryptedContentInfo(univ.Sequence):
335 class UnprotectedAttributes(univ.SetOf):
347 class KEKIdentifier(univ.Sequence):
352 namedtype.NamedType('keyIdentifier', univ.OctetString()),
358 class KEKRecipientInfo(univ.Sequence):
374 class PasswordRecipientInfo(univ.Sequence):
387 class RecipientIdentifier(univ.Choice):
398 class KeyTransRecipientInfo(univ.Sequence):
410 class UserKeyingMaterial(univ.OctetString):
414 class OriginatorPublicKey(univ.Sequence):
420 namedtype.NamedType('publicKey', univ.BitString())
424 class OriginatorIdentifierOrKey(univ.Choice):
437 class KeyAgreeRecipientInfo(univ.Sequence):
452 class OtherRecipientInfo(univ.Sequence):
457 namedtype.NamedType('oriType', univ.ObjectIdentifier()),
458 namedtype.NamedType('oriValue', univ.Any())
462 class RecipientInfo(univ.Choice):
479 class RecipientInfos(univ.SetOf):
487 class EnvelopedData(univ.Sequence):
511 class EncryptedData(univ.Sequence):
531 class UnsignedAttributes(univ.SetOf):
539 class SignerIdentifier(univ.Choice):
550 class SignerInfo(univ.Sequence):
567 class SignerInfos(univ.SetOf):
578 class ContentInfo(univ.Sequence):
584 …namedtype.NamedType('content', univ.Any().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tag…
588 class EncapsulatedContentInfo(univ.Sequence):
594 namedtype.OptionalNamedType('eContent', univ.OctetString().subtype(
603 class MessageDigest(univ.OctetString):
607 class AuthAttributes(univ.SetOf):
615 class Time(univ.Choice):
625 class AuthenticatedData(univ.Sequence):
648 class ExtendedCertificateOrCertificate(univ.Choice):
659 class Digest(univ.OctetString):
663 class DigestedData(univ.Sequence):
677 class DigestAlgorithmIdentifiers(univ.SetOf):
684 class SignedData(univ.Sequence):