Class DistributionPointName

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

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