org.bouncycastle.asn1.x509
Class DistributionPointName
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Encodable
|
+--org.bouncycastle.asn1.x509.DistributionPointName
- All Implemented Interfaces:
- DEREncodable
- public class DistributionPointName
- extends ASN1Encodable
The DistributionPointName object.
DistributionPointName ::= CHOICE {
fullName [0] GeneralNames,
nameRelativeToCRLIssuer [1] RelativeDistinguishedName
}
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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,
DEREncodable name)
DistributionPointName
public DistributionPointName(ASN1TaggedObject obj)
getInstance
public static DistributionPointName getInstance(ASN1TaggedObject obj,
boolean explicit)
getInstance
public static DistributionPointName getInstance(java.lang.Object obj)
toASN1Object
public DERObject toASN1Object()
- Overrides:
toASN1Object
in class ASN1Encodable