public class DeltaCRLIndicatorExtension extends X509Extension
id_netscape_ce, id_netscape_ce_type, id_set_ce, id_set_ce_type, isDecoded| Constructor and Description |
|---|
DeltaCRLIndicatorExtension()
Creates a new extension with the appropriate OID type.
|
DeltaCRLIndicatorExtension(java.math.BigInteger baseCRLNumber)
Creates a new extension with the given base CRL number.
|
DeltaCRLIndicatorExtension(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getBaseCRLNumber()
Gets the CRL number.
|
java.lang.String |
toString()
Returns a string representation of this object.
|
getCritical, getType, getValue, input, inputInstance, isRecognized, length, output, readExternal, setCritical, setValue, writeExternalpublic DeltaCRLIndicatorExtension()
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 DeltaCRLIndicatorExtension(java.math.BigInteger baseCRLNumber)
baseCRLNumber - The base CRL number.
public DeltaCRLIndicatorExtension(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic java.math.BigInteger getBaseCRLNumber()
BigInteger representing the CRL number.public java.lang.String toString()
X509ExtensiontoString in class X509Extension