Class DistributionPointName

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.DistributionPointName
All Implemented Interfaces:
ASN1Choice, ASN1Encodable

public class DistributionPointName
extends ASN1Object
implements ASN1Choice
The DistributionPointName object.
 DistributionPointName ::= CHOICE {
     fullName                 [0] GeneralNames,
     nameRelativeToCRLIssuer  [1] RDN
 }