public class CRLDistPointExtension extends X509Extension
CRLDistPoint, Serialized Formid_netscape_ce, id_netscape_ce_type, id_set_ce, id_set_ce_type, isDecoded| Constructor and Description |
|---|
CRLDistPointExtension()
Create a new extension with the appropriate OID type.
|
CRLDistPointExtension(CRLDistPoint crlDistPoint)
Creates a new extension with the given CRL distribution point.
|
CRLDistPointExtension(CRLDistPoint crlDistPoint, boolean critical)
Creates a new extension with the given CRL distribution point.
|
CRLDistPointExtension(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCRLDistPoint(CRLDistPoint crlDistPoint)
Adds a CRL distribution point.
|
java.util.Vector<CRLDistPoint> |
getCRLDistPoints()
Deprecated.
|
java.util.ArrayList<CRLDistPoint> |
getCRLDistPointsAsList()
Gets the CRL distribution points for this extension.
|
java.lang.String |
toString()
Returns a string representation of this object.
|
getCritical, getType, getValue, input, inputInstance, isRecognized, length, output, readExternal, setCritical, setValue, writeExternalpublic CRLDistPointExtension()
Note: An object created using this constructor may not be in a valid state. This constructor is intended primarily for use in conjunction with the X509Extension.input(java.io.InputStream) method.
public CRLDistPointExtension(CRLDistPoint crlDistPoint)
crlDistPoint - A CRLDistPoint representing the way to access CRL information.public CRLDistPointExtension(CRLDistPoint crlDistPoint, boolean critical)
crlDistPoint - A CRLDistPoint representing the way to access CRL information.critical - true if this extension is critical, false otherwise.
public CRLDistPointExtension(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic void addCRLDistPoint(CRLDistPoint crlDistPoint)
crlDistPoint - A CRLDistPoint representing the way to access CRL information.public java.util.Vector<CRLDistPoint> getCRLDistPoints()
getCRLDistPointsAsList()Vector of CRLDistPoint objects representing the way to access CRL information.public java.util.ArrayList<CRLDistPoint> getCRLDistPointsAsList()
ArrayList of CRLDistPoint objects representing the way to access CRL information.public java.lang.String toString()
X509ExtensiontoString in class X509Extension