Skip navigation links

Oracle Fusion Middleware JCE Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10697-04


oracle.security.crypto.jce.cert
Class X509CRLEntryImpl

java.lang.Object
  extended by java.security.cert.X509CRLEntry
      extended by oracle.security.crypto.jce.cert.X509CRLEntryImpl

All Implemented Interfaces:
java.security.cert.X509Extension, oracle.security.crypto.asn1.ASN1Object, oracle.security.crypto.util.Streamable

public class X509CRLEntryImpl
extends java.security.cert.X509CRLEntry
implements oracle.security.crypto.asn1.ASN1Object

Constructor Summary
X509CRLEntryImpl(java.io.InputStream is)
           

 

Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.Set getCriticalExtensionOIDs()
           
 byte[] getEncoded()
           
 byte[] getExtensionValue(java.lang.String oid)
           
 java.util.Set getNonCriticalExtensionOIDs()
           
 java.util.Date getRevocationDate()
          Returns the date on which the certificate was revoked.
 java.math.BigInteger getSerialNumber()
          Returns the serial number of the certificate which was revoked.
 boolean hasExtensions()
           
 int hashCode()
           
 boolean hasUnsupportedCriticalExtension()
           
 void input(java.io.InputStream is)
           
 int length()
           
 void output(java.io.OutputStream os)
           
 java.lang.String toString()
          Returns a string representation of this RevokedCertificate object.

 

Methods inherited from class java.security.cert.X509CRLEntry
getCertificateIssuer

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

X509CRLEntryImpl

public X509CRLEntryImpl(java.io.InputStream is)
                 throws java.io.IOException
Throws:
java.io.IOException

Method Detail

getEncoded

public byte[] getEncoded()
Specified by:
getEncoded in class java.security.cert.X509CRLEntry

getSerialNumber

public java.math.BigInteger getSerialNumber()
Returns the serial number of the certificate which was revoked.
Specified by:
getSerialNumber in class java.security.cert.X509CRLEntry
Returns:
the serial number

getRevocationDate

public java.util.Date getRevocationDate()
Returns the date on which the certificate was revoked.
Specified by:
getRevocationDate in class java.security.cert.X509CRLEntry
Returns:
the revocation date

hasExtensions

public boolean hasExtensions()
Specified by:
hasExtensions in class java.security.cert.X509CRLEntry

getCriticalExtensionOIDs

public java.util.Set getCriticalExtensionOIDs()
Specified by:
getCriticalExtensionOIDs in interface java.security.cert.X509Extension

getNonCriticalExtensionOIDs

public java.util.Set getNonCriticalExtensionOIDs()
Specified by:
getNonCriticalExtensionOIDs in interface java.security.cert.X509Extension

getExtensionValue

public byte[] getExtensionValue(java.lang.String oid)
Specified by:
getExtensionValue in interface java.security.cert.X509Extension

hasUnsupportedCriticalExtension

public boolean hasUnsupportedCriticalExtension()
Specified by:
hasUnsupportedCriticalExtension in interface java.security.cert.X509Extension

toString

public java.lang.String toString()
Returns a string representation of this RevokedCertificate object.
Specified by:
toString in class java.security.cert.X509CRLEntry
Returns:
the string representation

hashCode

public int hashCode()
Overrides:
hashCode in class java.security.cert.X509CRLEntry

input

public void input(java.io.InputStream is)
           throws java.io.IOException
Specified by:
input in interface oracle.security.crypto.util.Streamable
Throws:
java.io.IOException

output

public void output(java.io.OutputStream os)
            throws java.io.IOException
Specified by:
output in interface oracle.security.crypto.util.Streamable
Throws:
java.io.IOException

length

public int length()
Specified by:
length in interface oracle.security.crypto.util.Streamable

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.security.cert.X509CRLEntry

Skip navigation links

Oracle Fusion Middleware JCE Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10697-04


Copyright © 2005, 2011 , Oracle. All rights reserved.