|
Bouncy Castle Cryptography 1.11 API Specification: Class DistributionPointName
org.bouncycastle.asn1.x509
Class DistributionPointName
java.lang.Object
|
+--org.bouncycastle.asn1.x509.DistributionPointName
- All Implemented Interfaces:
- DEREncodable
- public class DistributionPointName
- extends java.lang.Object
- implements DEREncodable
Method Summary |
DERObject |
getDERObject()
DistributionPointName ::= CHOICE {
fullName [0] GeneralNames,
nameRelativeToCRLIssuer [1] RelativeDistinguishedName
}
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, 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)
getDERObject
public DERObject getDERObject()
DistributionPointName ::= CHOICE {
fullName [0] GeneralNames,
nameRelativeToCRLIssuer [1] RelativeDistinguishedName
}
- Specified by:
getDERObject in interface DEREncodable
|