|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.crypt.x509.types.DistributionPoint
public class DistributionPoint
Representation of the DistributionPoint type defined in section
4.2.1.14 of RFC 2459.
| Constructor Summary | |
|---|---|
DistributionPoint()
Creates a new instance with no data. |
|
DistributionPoint(GeneralNameList names,
ReasonFlags flags,
GeneralNameList issuer)
Creates a new instance with the given data. |
|
DistributionPoint(String relativeName,
ReasonFlags flags,
GeneralNameList issuer)
Creates a new instance where the distribution point is known by a name relative to the CRL issuer name(s). |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
GeneralNameList |
getCRLIssuer()
|
Object |
getDistributionPoint()
|
ReasonFlags |
getReasons()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DistributionPoint()
public DistributionPoint(String relativeName,
ReasonFlags flags,
GeneralNameList issuer)
relativeName - Name relative to CRL issuer.flags - Revocation reasons supported by CRL distribution point.issuer - CRL issuer name(s); cannot be null in this case since this
is required to give a basis for the relative name.
IllegalArgumentException - When issuer is null.
public DistributionPoint(GeneralNameList names,
ReasonFlags flags,
GeneralNameList issuer)
names - Name(s) by which CRL distribution point is known.flags - Revocation reasons supported by CRL distribution point.issuer - CRL issuer name(s).| Method Detail |
|---|
public Object getDistributionPoint()
GeneralNameList describing the name(s) by which the distribution
point is known.public ReasonFlags getReasons()
public GeneralNameList getCRLIssuer()
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||