Lines Matching refs:univ
21 from pyasn1.type import univ
30 if isinstance(x, univ.ObjectIdentifier):
35 return univ.ObjectIdentifier(output)
38 ub_e163_4_sub_address_length = univ.Integer(40)
40 ub_e163_4_number_length = univ.Integer(15)
42 unformatted_postal_address = univ.Integer(16)
45 class TerminalType(univ.Integer):
59 class Extension(univ.Sequence):
64 namedtype.NamedType('extnID', univ.ObjectIdentifier()),
65 namedtype.DefaultedNamedType('critical', univ.Boolean().subtype(value=0)),
66 namedtype.NamedType('extnValue', univ.OctetString())
70 class Extensions(univ.SequenceOf):
77 physical_delivery_personal_name = univ.Integer(13)
79 ub_unformatted_address_length = univ.Integer(180)
81 ub_pds_parameter_length = univ.Integer(30)
83 ub_pds_physical_address_lines = univ.Integer(6)
86 class UnformattedPostalAddress(univ.Set):
91 …namedtype.OptionalNamedType('printable-address', univ.SequenceOf(componentType=char.PrintableStrin…
97 ub_organization_name = univ.Integer(64)
100 class X520OrganizationName(univ.Choice):
117 ub_x121_address_length = univ.Integer(16)
119 pds_name = univ.Integer(7)
125 ub_postal_code_length = univ.Integer(16)
128 class PostalCode(univ.Choice):
139 ub_generation_qualifier_length = univ.Integer(3)
141 unique_postal_name = univ.Integer(20)
148 ub_domain_defined_attribute_value_length = univ.Integer(128)
150 ub_match = univ.Integer(128)
155 class AttributeType(univ.ObjectIdentifier):
161 terminal_type = univ.Integer(23)
164 class PDSParameter(univ.Set):
180 ub_surname_length = univ.Integer(40)
184 ub_domain_defined_attribute_type_length = univ.Integer(8)
187 class TeletexDomainDefinedAttribute(univ.Sequence):
198 ub_domain_defined_attributes = univ.Integer(4)
201 class TeletexDomainDefinedAttributes(univ.SequenceOf):
208 extended_network_address = univ.Integer(22)
210 ub_locality_name = univ.Integer(128)
213 class X520LocalityName(univ.Choice):
230 teletex_organization_name = univ.Integer(3)
232 ub_given_name_length = univ.Integer(16)
234 ub_initials_length = univ.Integer(5)
237 class PersonalName(univ.Set):
256 ub_organizational_unit_name_length = univ.Integer(32)
268 class Version(univ.Integer):
279 class CertificateSerialNumber(univ.Integer):
283 class AlgorithmIdentifier(univ.Sequence):
285 namedtype.NamedType('algorithm', univ.ObjectIdentifier()),
286 namedtype.OptionalNamedType('parameters', univ.Any())
290 class Time(univ.Choice):
300 class AttributeValue(univ.Any):
307 class AttributeTypeAndValue(univ.Sequence):
317 class RelativeDistinguishedName(univ.SetOf):
325 class RDNSequence(univ.SequenceOf):
332 class Name(univ.Choice):
341 class TBSCertList(univ.Sequence):
352 'revokedCertificates', univ.SequenceOf(
353 componentType=univ.Sequence(
367 class CertificateList(univ.Sequence):
374 namedtype.NamedType('signature', univ.BitString())
382 ub_extension_attributes = univ.Integer(256)
389 class ExtensionAttribute(univ.Sequence):
393 …univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, ub_extension_attributes)).su…
396 univ.Any().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1)),
419 poste_restante_address = univ.Integer(19)
422 class UniqueIdentifier(univ.BitString):
426 class Validity(univ.Sequence):
436 class SubjectPublicKeyInfo(univ.Sequence):
442 namedtype.NamedType('subjectPublicKey', univ.BitString())
446 class TBSCertificate(univ.Sequence):
468 physical_delivery_office_name = univ.Integer(10)
470 ub_name = univ.Integer(32768)
473 class X520name(univ.Choice):
491 ub_serial_number = univ.Integer(64)
493 ub_pseudonym = univ.Integer(128)
509 ub_integer_options = univ.Integer(256)
513 ub_organization_name_length = univ.Integer(64)
517 ub_country_name_numeric_length = univ.Integer(3)
519 ub_country_name_alpha_length = univ.Integer(2)
522 class PhysicalDeliveryCountryName(univ.Choice):
535 common_name = univ.Integer(1)
538 class X520Pseudonym(univ.Choice):
555 ub_domain_name_length = univ.Integer(16)
558 class AdministrationDomainName(univ.Choice):
562 AdministrationDomainName.tagSet = univ.Choice.tagSet.tagExplicitly(
572 class PresentationAddress(univ.Sequence):
577 namedtype.OptionalNamedType('pSelector', univ.OctetString().subtype(
579 namedtype.OptionalNamedType('sSelector', univ.OctetString().subtype(
581 namedtype.OptionalNamedType('tSelector', univ.OctetString().subtype(
583 namedtype.NamedType('nAddresses', univ.SetOf(componentType=univ.OctetString()).subtype(
588 class ExtendedNetworkAddress(univ.Choice):
594 'e163-4-address', univ.Sequence(
612 ub_terminal_id_length = univ.Integer(24)
630 postal_code = univ.Integer(9)
634 ub_title = univ.Integer(64)
637 class ExtensionAttributes(univ.SetOf):
644 ub_emailaddress_length = univ.Integer(255)
653 ub_organizational_unit_name = univ.Integer(64)
656 class X520OrganizationalUnitName(univ.Choice):
678 teletex_organizational_unit_names = univ.Integer(5)
681 class X520Title(univ.Choice):
701 ub_state_name = univ.Integer(128)
704 class X520StateOrProvinceName(univ.Choice):
721 physical_delivery_organization_name = univ.Integer(14)
732 physical_delivery_office_number = univ.Integer(11)
744 class Attribute(univ.Sequence):
748 univ.SetOf(componentType=AttributeValue()),
752 ub_common_name = univ.Integer(64)
769 post_office_box_address = univ.Integer(18)
772 class BuiltInDomainDefinedAttribute(univ.Sequence):
784 class BuiltInDomainDefinedAttributes(univ.SequenceOf):
796 class X520CommonName(univ.Choice):
813 extension_OR_address_components = univ.Integer(12)
815 ub_organizational_units = univ.Integer(4)
817 teletex_personal_name = univ.Integer(4)
819 ub_numeric_user_id_length = univ.Integer(32)
821 ub_common_name_length = univ.Integer(64)
835 extension_physical_delivery_address_components = univ.Integer(15)
845 class CountryName(univ.Choice):
849 CountryName.tagSet = univ.Choice.tagSet.tagExplicitly(tag.Tag(tag.tagClassApplication, tag.tagForma…
865 class OrganizationalUnitNames(univ.SequenceOf):
873 class PrivateDomainName(univ.Choice):
885 class BuiltInStandardAttributes(univ.Sequence):
909 class ORAddress(univ.Sequence):
931 teletex_domain_defined_attributes = univ.Integer(6)
938 physical_delivery_country_name = univ.Integer(8)
940 ub_pds_name_length = univ.Integer(16)
950 class TeletexPersonalName(univ.Set):
969 street_address = univ.Integer(17)
976 local_postal_attributes = univ.Integer(21)
979 class DirectoryString(univ.Choice):
994 teletex_common_name = univ.Integer(2)
1004 class Certificate(univ.Sequence):
1011 namedtype.NamedType('signature', univ.BitString())
1024 class TeletexOrganizationalUnitNames(univ.SequenceOf):
1036 class SkipCerts(univ.Integer):
1043 class CRLReason(univ.Enumerated):
1061 class PrivateKeyUsagePeriod(univ.Sequence):
1078 class AnotherName(univ.Sequence):
1080 namedtype.NamedType('type-id', univ.ObjectIdentifier()),
1083 univ.Any().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0)),
1089 class EDIPartyName(univ.Sequence):
1101 class GeneralName(univ.Choice):
1121 … univ.OctetString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 7))),
1122 namedtype.NamedType('registeredID', univ.ObjectIdentifier().subtype(
1127 class BaseDistance(univ.Integer):
1134 class GeneralSubtree(univ.Sequence):
1147 class GeneralNames(univ.SequenceOf):
1155 class DistributionPointName(univ.Choice):
1167 class ReasonFlags(univ.BitString):
1184 class IssuingDistributionPoint(univ.Sequence):
1191 namedtype.DefaultedNamedType('onlyContainsUserCerts', univ.Boolean().subtype(
1193 namedtype.DefaultedNamedType('onlyContainsCACerts', univ.Boolean().subtype(
1197 namedtype.DefaultedNamedType('indirectCRL', univ.Boolean().subtype(
1199 namedtype.DefaultedNamedType('onlyContainsAttributeCerts', univ.Boolean().subtype(
1208 class AccessDescription(univ.Sequence):
1213 namedtype.NamedType('accessMethod', univ.ObjectIdentifier()),
1233 class DistributionPoint(univ.Sequence):
1247 class CRLDistributionPoints(univ.SequenceOf):
1255 class GeneralSubtrees(univ.SequenceOf):
1263 class NameConstraints(univ.Sequence):
1275 class SubjectDirectoryAttributes(univ.SequenceOf):
1287 class DisplayText(univ.Choice):
1300 class NoticeReference(univ.Sequence):
1306 namedtype.NamedType('noticeNumbers', univ.SequenceOf(componentType=univ.Integer()))
1310 class UserNotice(univ.Sequence):
1320 class PolicyQualifierId(univ.ObjectIdentifier):
1329 class PolicyQualifierInfo(univ.Sequence):
1333 'qualifier', univ.Any(),
1339 class CertPolicyId(univ.ObjectIdentifier):
1343 class PolicyInformation(univ.Sequence):
1349 …namedtype.OptionalNamedType('policyQualifiers', univ.SequenceOf(componentType=PolicyQualifierInfo(…
1353 class CertificatePolicies(univ.SequenceOf):
1372 class BasicConstraints(univ.Sequence):
1377 namedtype.DefaultedNamedType('cA', univ.Boolean().subtype(value=0)),
1379 … univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, MAX)))
1385 class PolicyMappings(univ.SequenceOf):
1389 PolicyMappings.componentType = univ.Sequence(
1406 class CRLNumber(univ.Integer):
1428 class KeyIdentifier(univ.OctetString):
1432 class AuthorityKeyIdentifier(univ.Sequence):
1455 class AuthorityInfoAccessSyntax(univ.SequenceOf):
1479 class KeyPurposeId(univ.ObjectIdentifier):
1483 class ExtKeyUsageSyntax(univ.SequenceOf):
1491 class HoldInstructionCode(univ.ObjectIdentifier):
1502 class SubjectInfoAccessSyntax(univ.SequenceOf):
1514 class KeyUsage(univ.BitString):
1548 class PolicyConstraints(univ.Sequence):
1608 id_ce_cRLNumber: univ.Integer(),
1612 id_ce_holdInstructionCode: univ.ObjectIdentifier(),