org.bouncycastle.asn1.x509
Class DistributionPointName
- ASN1Choice, DEREncodable
public class DistributionPointName
The DistributionPointName object.
DistributionPointName ::= CHOICE {
fullName [0] GeneralNames,
nameRelativeToCRLIssuer [1] RelativeDistinguishedName
}
FULL_NAME
public static final int FULL_NAME
NAME_RELATIVE_TO_CRL_ISSUER
public static final int NAME_RELATIVE_TO_CRL_ISSUER
DistributionPointName
public DistributionPointName(int type,
ASN1Encodable name)
DistributionPointName
public DistributionPointName(int type,
DEREncodable name)
getName
public ASN1Encodable getName()
Return the tagged object inside the distribution point name.
- the underlying choice item.
getType
public int getType()
Return the tag number applying to the underlying choice.
- the tag number for this point name.