use GeneralNames;
use crateRelativeDistinguishedName;
use ;
/// DistributionPointName as defined in [RFC 5280 Section 4.2.1.13].
///
/// ```text
/// DistributionPointName ::= CHOICE {
/// fullName [0] GeneralNames,
/// nameRelativeToCRLIssuer [1] RelativeDistinguishedName
/// }
/// ```
///
/// [RFC 5280 Section 4.2.1.13]: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.13