Lines Matching refs:univ
20 from pyasn1.type import univ
29 if isinstance(x, univ.ObjectIdentifier):
34 return univ.ObjectIdentifier(output)
37 unformatted_postal_address = univ.Integer(16)
39 ub_organizational_units = univ.Integer(4)
41 ub_organizational_unit_name_length = univ.Integer(32)
51 class OrganizationalUnitNames(univ.SequenceOf):
59 class AttributeType(univ.ObjectIdentifier):
67 ub_pds_parameter_length = univ.Integer(30)
70 class PDSParameter(univ.Set):
86 ub_organization_name_length = univ.Integer(64)
88 ub_domain_defined_attribute_type_length = univ.Integer(8)
90 ub_domain_defined_attribute_value_length = univ.Integer(128)
93 class TeletexDomainDefinedAttribute(univ.Sequence):
109 class PresentationAddress(univ.Sequence):
114 namedtype.OptionalNamedType('pSelector', univ.OctetString().subtype(
116 namedtype.OptionalNamedType('sSelector', univ.OctetString().subtype(
118 namedtype.OptionalNamedType('tSelector', univ.OctetString().subtype(
120 namedtype.NamedType('nAddresses', univ.SetOf(componentType=univ.OctetString()).subtype(
125 class AlgorithmIdentifier(univ.Sequence):
130 namedtype.NamedType('algorithm', univ.ObjectIdentifier()),
131 namedtype.OptionalNamedType('parameters', univ.Any())
135 class UniqueIdentifier(univ.BitString):
139 class Extension(univ.Sequence):
144 namedtype.NamedType('extnID', univ.ObjectIdentifier()),
145 namedtype.DefaultedNamedType('critical', univ.Boolean().subtype(value=0)),
146 namedtype.NamedType('extnValue', univ.OctetString())
150 class Extensions(univ.SequenceOf):
158 class CertificateSerialNumber(univ.Integer):
162 class SubjectPublicKeyInfo(univ.Sequence):
168 namedtype.NamedType('subjectPublicKey', univ.BitString())
172 class Time(univ.Choice):
182 class Validity(univ.Sequence):
192 class Version(univ.Integer):
203 class AttributeValue(univ.Any):
207 class AttributeTypeAndValue(univ.Sequence):
217 class RelativeDistinguishedName(univ.SetOf):
225 class RDNSequence(univ.SequenceOf):
232 class Name(univ.Choice):
241 class TBSCertificate(univ.Sequence):
264 class Certificate(univ.Sequence):
271 namedtype.NamedType('signature', univ.BitString())
274 ub_surname_length = univ.Integer(40)
283 ub_e163_4_sub_address_length = univ.Integer(40)
285 teletex_common_name = univ.Integer(2)
287 ub_country_name_alpha_length = univ.Integer(2)
289 ub_country_name_numeric_length = univ.Integer(3)
292 class CountryName(univ.Choice):
296 CountryName.tagSet = univ.Choice.tagSet.tagExplicitly(tag.Tag(tag.tagClassApplication, tag.tagForma…
304 extension_OR_address_components = univ.Integer(12)
308 ub_e163_4_number_length = univ.Integer(15)
311 class ExtendedNetworkAddress(univ.Choice):
316 namedtype.NamedType('e163-4-address', univ.Sequence(componentType=namedtype.NamedTypes(
329 terminal_type = univ.Integer(23)
333 ub_state_name = univ.Integer(128)
336 class X520StateOrProvinceName(univ.Choice):
353 ub_organization_name = univ.Integer(64)
356 class X520OrganizationName(univ.Choice):
373 ub_emailaddress_length = univ.Integer(128)
382 ub_common_name_length = univ.Integer(64)
386 ub_numeric_user_id_length = univ.Integer(32)
402 ub_domain_name_length = univ.Integer(16)
405 class AdministrationDomainName(univ.Choice):
409 AdministrationDomainName.tagSet = univ.Choice.tagSet.tagExplicitly(
419 class PrivateDomainName(univ.Choice):
430 ub_generation_qualifier_length = univ.Integer(3)
432 ub_given_name_length = univ.Integer(16)
434 ub_initials_length = univ.Integer(5)
437 class PersonalName(univ.Set):
456 ub_terminal_id_length = univ.Integer(24)
465 ub_x121_address_length = univ.Integer(16)
479 class BuiltInStandardAttributes(univ.Sequence):
502 ub_domain_defined_attributes = univ.Integer(4)
505 class BuiltInDomainDefinedAttribute(univ.Sequence):
517 class BuiltInDomainDefinedAttributes(univ.SequenceOf):
524 ub_extension_attributes = univ.Integer(256)
527 class ExtensionAttribute(univ.Sequence):
532 namedtype.NamedType('extension-attribute-type', univ.Integer().subtype(
536 … univ.Any().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1)))
540 class ExtensionAttributes(univ.SetOf):
548 class ORAddress(univ.Sequence):
560 ub_title = univ.Integer(64)
563 class X520Title(univ.Choice):
588 physical_delivery_country_name = univ.Integer(8)
613 class DirectoryString(univ.Choice):
637 ub_pds_name_length = univ.Integer(16)
661 ub_serial_number = univ.Integer(64)
672 ub_organizational_unit_name = univ.Integer(64)
684 class TeletexPersonalName(univ.Set):
704 class TeletexDomainDefinedAttributes(univ.SequenceOf):
712 class TBSCertList(univ.Sequence):
723 … univ.SequenceOf(componentType=univ.Sequence(componentType=namedtype.NamedTypes(
733 local_postal_attributes = univ.Integer(21)
738 class PhysicalDeliveryCountryName(univ.Choice):
749 ub_name = univ.Integer(32768)
752 class X520name(univ.Choice):
771 class TerminalType(univ.Integer):
785 class X520OrganizationalUnitName(univ.Choice):
804 pds_name = univ.Integer(7)
806 post_office_box_address = univ.Integer(18)
808 ub_locality_name = univ.Integer(128)
811 class X520LocalityName(univ.Choice):
832 physical_delivery_personal_name = univ.Integer(13)
834 teletex_personal_name = univ.Integer(4)
836 teletex_organizational_unit_names = univ.Integer(5)
843 ub_postal_code_length = univ.Integer(16)
846 class PostalCode(univ.Choice):
864 postal_code = univ.Integer(9)
868 extension_physical_delivery_address_components = univ.Integer(15)
885 ub_integer_options = univ.Integer(256)
888 class CertificateList(univ.Sequence):
895 namedtype.NamedType('signature', univ.BitString())
903 class TeletexOrganizationalUnitNames(univ.SequenceOf):
910 physical_delivery_office_name = univ.Integer(10)
912 ub_common_name = univ.Integer(64)
919 ub_pseudonym = univ.Integer(128)
921 poste_restante_address = univ.Integer(19)
925 physical_delivery_office_number = univ.Integer(11)
930 class X520CommonName(univ.Choice):
947 physical_delivery_organization_name = univ.Integer(14)
956 common_name = univ.Integer(1)
960 ub_match = univ.Integer(128)
962 ub_unformatted_address_length = univ.Integer(180)
965 class Attribute(univ.Sequence):
971 namedtype.NamedType('values', univ.SetOf(componentType=AttributeValue()))
974 extended_network_address = univ.Integer(22)
976 unique_postal_name = univ.Integer(20)
978 ub_pds_physical_address_lines = univ.Integer(6)
981 class UnformattedPostalAddress(univ.Set):
986 …namedtype.OptionalNamedType('printable-address', univ.SequenceOf(componentType=char.PrintableStrin…
997 class X520Pseudonym(univ.Choice):
1014 teletex_organization_name = univ.Integer(3)
1016 teletex_domain_defined_attributes = univ.Integer(6)
1018 street_address = univ.Integer(17)
1027 class EDIPartyName(univ.Sequence):
1039 class AnotherName(univ.Sequence):
1044 namedtype.NamedType('type-id', univ.ObjectIdentifier()),
1045 …namedtype.NamedType('value', univ.Any().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo…
1049 class GeneralName(univ.Choice):
1069 … univ.OctetString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 7))),
1070 namedtype.NamedType('registeredID', univ.ObjectIdentifier().subtype(
1075 class GeneralNames(univ.SequenceOf):
1090 class CertPolicyId(univ.ObjectIdentifier):
1094 class PolicyMappings(univ.SequenceOf):
1098 PolicyMappings.componentType = univ.Sequence(componentType=namedtype.NamedTypes(
1106 class PolicyQualifierId(univ.ObjectIdentifier):
1117 class SubjectDirectoryAttributes(univ.SequenceOf):
1131 class ReasonFlags(univ.BitString):
1148 class DistributionPointName(univ.Choice):
1160 class DistributionPoint(univ.Sequence):
1176 class PolicyQualifierInfo(univ.Sequence):
1182 namedtype.NamedType('qualifier', univ.Any())
1186 class PolicyInformation(univ.Sequence):
1192 …namedtype.OptionalNamedType('policyQualifiers', univ.SequenceOf(componentType=PolicyQualifierInfo(…
1196 class CertificatePolicies(univ.SequenceOf):
1206 class HoldInstructionCode(univ.ObjectIdentifier):
1210 class KeyPurposeId(univ.ObjectIdentifier):
1214 class ExtKeyUsageSyntax(univ.SequenceOf):
1226 class BasicConstraints(univ.Sequence):
1231 namedtype.DefaultedNamedType('cA', univ.Boolean().subtype(value=0)),
1233 … univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, MAX)))
1237 class SkipCerts(univ.Integer):
1248 class CRLNumber(univ.Integer):
1259 class KeyIdentifier(univ.OctetString):
1263 class AuthorityKeyIdentifier(univ.Sequence):
1285 class CRLDistributionPoints(univ.SequenceOf):
1300 class CRLReason(univ.Enumerated):
1318 class BaseDistance(univ.Integer):
1325 class GeneralSubtree(univ.Sequence):
1338 class GeneralSubtrees(univ.SequenceOf):
1346 class NameConstraints(univ.Sequence):
1366 class DirectoryString(univ.Choice):
1371 namedtype.NamedType('any', univ.Any())
1377 class AccessDescription(univ.Sequence):
1382 namedtype.NamedType('accessMethod', univ.ObjectIdentifier()),
1387 class AuthorityInfoAccessSyntax(univ.SequenceOf):
1401 class DisplayText(univ.Choice):
1414 class NoticeReference(univ.Sequence):
1420 namedtype.NamedType('noticeNumbers', univ.SequenceOf(componentType=univ.Integer()))
1424 class UserNotice(univ.Sequence):
1434 class PrivateKeyUsagePeriod(univ.Sequence):
1456 class SubjectInfoAccessSyntax(univ.SequenceOf):
1464 class KeyUsage(univ.BitString):
1499 class PolicyConstraints(univ.Sequence):
1526 class IssuingDistributionPoint(univ.Sequence):
1533 namedtype.DefaultedNamedType('onlyContainsUserCerts', univ.Boolean().subtype(
1535 namedtype.DefaultedNamedType('onlyContainsCACerts', univ.Boolean().subtype(
1539 namedtype.DefaultedNamedType('indirectCRL', univ.Boolean().subtype(
1541 namedtype.DefaultedNamedType('onlyContainsAttributeCerts', univ.Boolean().subtype(