org.bouncycastle.asn1.x509
public class DistributionPointName extends ASN1Encodable implements ASN1Choice
DistributionPointName ::= CHOICE {
fullName [0] GeneralNames,
nameRelativeToCRLIssuer [1] RelativeDistinguishedName
}
| Field Summary | |
|---|---|
| static int | FULL_NAME |
| static int | NAME_RELATIVE_TO_CRL_ISSUER |
| Constructor Summary | |
|---|---|
| DistributionPointName(int type, DEREncodable name) | |
| DistributionPointName(int type, ASN1Encodable name) | |
| DistributionPointName(ASN1TaggedObject obj) | |
| Method Summary | |
|---|---|
| static DistributionPointName | getInstance(ASN1TaggedObject obj, boolean explicit) |
| static DistributionPointName | getInstance(Object obj) |
| ASN1Encodable | getName()
Return the tagged object inside the distribution point name.
|
| int | getType()
Return the tag number applying to the underlying choice.
|
| DERObject | toASN1Object() |
| String | toString() |
Returns: the underlying choice item.
Returns: the tag number for this point name.