public class DistPointAndCRL
extends java.lang.Object
| Constructor and Description |
|---|
DistPointAndCRL(ASN1Type distPoint,
X509CRL crl)
Creates a
DistPointAndCRL object from a CRL and its
distribution point. |
| Modifier and Type | Method and Description |
|---|---|
X509CRL |
getCRL()
Returns the CRL.
|
ASN1Type |
getDistPoint()
Returns the distribution point.
|