Skip navigation links 
 
oracle.security.crypto.jce.cert
Class X509CRLEntryImpl
java.lang.Object
  
java.security.cert.X509CRLEntry
      
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
 
 
  
 
 
| Methods inherited from class java.security.cert.X509CRLEntry | 
getCertificateIssuer | 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
 
X509CRLEntryImpl
public X509CRLEntryImpl(java.io.InputStream is)
                 throws java.io.IOException
- 
- Throws:
 
java.io.IOException 
 
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 
 
Copyright © 2005, 2009, Oracle. All rights reserved.