|
Bouncy Castle Cryptography 1.20 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.bouncycastle.asn1.x509.DistributionPointName
| Field Summary | |
static int |
FULL_NAME
|
static int |
NAME_RELATIVE_TO_CRL_ISSUER
|
| Constructor Summary | |
DistributionPointName(int type,
DEREncodable name)
|
|
| 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 |
| Field Detail |
public static final int FULL_NAME
public static final int NAME_RELATIVE_TO_CRL_ISSUER
| Constructor Detail |
public DistributionPointName(int type,
DEREncodable name)
| Method Detail |
public DERObject getDERObject()
DistributionPointName ::= CHOICE {
fullName [0] GeneralNames,
nameRelativeToCRLIssuer [1] RelativeDistinguishedName
}
getDERObject in interface DEREncodable
|
Bouncy Castle Cryptography 1.20 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||