Advertisement
Guest User

id-ce-cRLDistributionPoints

a guest
Feb 14th, 2012
724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. CRLDistributionPoints ::= SEQUENCE SIZE (1..MAX) OF DistributionPoint
  2.  
  3. DistributionPoint ::= SEQUENCE {
  4. distributionPoint [0] DistributionPointName OPTIONAL,
  5. reasons [1] ReasonFlags OPTIONAL,
  6. cRLIssuer [2] GeneralNames OPTIONAL }
  7.  
  8. DistributionPointName ::= CHOICE {
  9. fullName [0] GeneralNames,
  10. nameRelativeToCRLIssuer [1] RelativeDistinguishedName }
  11.  
  12. GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName
  13.  
  14. GeneralName ::= CHOICE {
  15. otherName [0] AnotherName,
  16. rfc822Name [1] IA5String,
  17. dNSName [2] IA5String,
  18. x400Address [3] ORAddress,
  19. directoryName [4] Name,
  20. ediPartyName [5] EDIPartyName,
  21. uniformResourceIdentifier [6] IA5String,
  22. iPAddress [7] OCTET STRING,
  23. registeredID [8] OBJECT IDENTIFIER }
  24.  
  25. ORAddress ::= SEQUENCE {
  26. built-in-standard-attributes BuiltInStandardAttributes,
  27. built-in-domain-defined-attributes
  28. BuiltInDomainDefinedAttributes OPTIONAL,
  29. -- see also teletex-domain-defined-attributes
  30. extension-attributes ExtensionAttributes OPTIONAL }
  31.  
  32. BuiltInStandardAttributes ::= SEQUENCE {
  33. country-name CountryName OPTIONAL,
  34. administration-domain-name AdministrationDomainName OPTIONAL,
  35. network-address [0] IMPLICIT NetworkAddress OPTIONAL,
  36. -- see also extended-network-address
  37. terminal-identifier [1] IMPLICIT TerminalIdentifier OPTIONAL,
  38. private-domain-name [2] PrivateDomainName OPTIONAL,
  39. organization-name [3] IMPLICIT OrganizationName OPTIONAL,
  40. -- see also teletex-organization-name
  41. numeric-user-identifier [4] IMPLICIT NumericUserIdentifier
  42. OPTIONAL,
  43. personal-name [5] IMPLICIT PersonalName OPTIONAL,
  44. -- see also teletex-personal-name
  45. organizational-unit-names [6] IMPLICIT OrganizationalUnitNames
  46. OPTIONAL }
  47. -- see also teletex-organizational-unit-names
  48.  
  49. CountryName ::= [APPLICATION 1] CHOICE {
  50. x121-dcc-code NumericString
  51. (SIZE (ub-country-name-numeric-length)),
  52. iso-3166-alpha2-code PrintableString
  53. (SIZE (ub-country-name-alpha-length)) }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement