|
Oracle Fusion Middleware PKI SDK OCSP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10673-05 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.security.crypto.cert.X509Extension
oracle.security.crypto.ocsp.CRLReferenceExtension
public class CRLReferenceExtension
Represents a CRLReferenceExtension from RFC 2560.
| Field Summary |
|---|
| Fields inherited from class oracle.security.crypto.cert.X509Extension |
|---|
id_netscape_ce, id_netscape_ce_type, id_set_ce, id_set_ce_type, isDecoded |
| Constructor Summary | |
|---|---|
CRLReferenceExtension()Create a new extension with the appropriate OID type. |
|
CRLReferenceExtension(java.math.BigInteger crlNum)Creates a new extension. |
|
CRLReferenceExtension(boolean critical)Creates a new extension. |
|
CRLReferenceExtension(java.util.Date crlTime)Creates a new extension. |
|
CRLReferenceExtension(java.io.InputStream is) |
|
CRLReferenceExtension(java.lang.String crlUrl)Creates a new extension. |
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getCrlNum()Gets the crlNum parameter. |
java.util.Date |
getCrlTime()Gets the crlTime parameter. |
java.lang.String |
getCrlUrl()Gets the crlUrl parameter. |
void |
setCrlNum(java.math.BigInteger crlNum)Sets the crlNum parameter. |
void |
setCrlTime(java.util.Date crlTime)Sets the crlTime parameter. |
void |
setCrlUrl(java.lang.String crlUrl)Sets the crlUrl parameter. |
java.lang.String |
toString() |
| Methods inherited from class oracle.security.crypto.cert.X509Extension |
|---|
getCritical, getType, getValue, input, inputInstance, isRecognized, length, output, readExternal, setCritical, setValue, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CRLReferenceExtension()
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 CRLReferenceExtension(boolean critical)
critical - true if this extension is critical, false otherwise.public CRLReferenceExtension(java.lang.String crlUrl)
crlUrl - The URL where the CRL can be found.public CRLReferenceExtension(java.math.BigInteger crlNum)
crlNum - The CRL number of the CRL.public CRLReferenceExtension(java.util.Date crlTime)
crlTime - The time when the CRL was issued.
public CRLReferenceExtension(java.io.InputStream is)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void setCrlUrl(java.lang.String crlUrl)
crlUrl - The URL where the CRL can be found.public java.lang.String getCrlUrl()
public void setCrlNum(java.math.BigInteger crlNum)
crlNum - The CRL number of the CRL.public java.math.BigInteger getCrlNum()
BigInteger representing the crlNum.public void setCrlTime(java.util.Date crlTime)
crlTime - The time when the CRL was issued.public java.util.Date getCrlTime()
public java.lang.String toString()
toString in class oracle.security.crypto.cert.X509Extension
|
Oracle Fusion Middleware PKI SDK OCSP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10673-05 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||