oracle.security.crypto.cert.ext
Class DeltaCRLIndicatorExtension
java.lang.Object
oracle.security.crypto.cert.X509Extension
oracle.security.crypto.cert.ext.DeltaCRLIndicatorExtension
- public class DeltaCRLIndicatorExtension
- extends X509Extension
Delta CRL Indicator extension for CRL from RFC 2459. This extension is critical.
Method Summary |
java.math.BigInteger |
getBaseCRLNumber()
Gets the CRL number. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class oracle.security.crypto.cert.X509Extension |
getASN1Value, getCritical, getID, getType, getValue, input, inputInstance, isRecognized, length, output, setCritical, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeltaCRLIndicatorExtension
public DeltaCRLIndicatorExtension()
- Creates a new extension with the appropriate OID type.
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.
DeltaCRLIndicatorExtension
public DeltaCRLIndicatorExtension(java.math.BigInteger baseCRLNumber)
- Creates a new extension with the given base CRL number. Extension is critical.
- Parameters:
baseCRLNumber
- The base CRL number.
DeltaCRLIndicatorExtension
public DeltaCRLIndicatorExtension(java.io.InputStream is)
throws java.io.IOException
getBaseCRLNumber
public java.math.BigInteger getBaseCRLNumber()
- Gets the CRL number.
-
- Returns:
- A
BigInteger
representing the CRL number.
toString
public java.lang.String toString()
- Description copied from class:
X509Extension
- Returns a string representation of this object.
-
- Overrides:
toString
in class X509Extension
-
- Returns:
- a string representation
Copyright © 2005 , Oracle. All rights reserved.