Oracle Security Developer Tools Security Engine Java API Reference
10g (10.1.4.0.1)

B28175-01


Serialized Form


Package oracle.security.crypto.cert

Class oracle.security.crypto.cert.CertificateStatus extends java.lang.Object implements Serializable

Serialized Fields

statusCode

int statusCode
The status code.

reason

java.lang.String reason
The reason for this status.\

revocationDate

java.util.Date revocationDate
The revocation date.

Class oracle.security.crypto.cert.ValidationException extends java.io.IOException implements Serializable

Class oracle.security.crypto.cert.X500Name extends Entity implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput is)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput os)
                   throws java.io.IOException
Serial Data:
The DER-encoding of this object, as a byte array.
Throws:
java.io.IOException

Class oracle.security.crypto.cert.X509 extends Certificate implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput is)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput os)
                   throws java.io.IOException
Serial Data:
A byte array containing the DER encoding of this object.
Throws:
java.io.IOException

Oracle Security Developer Tools Security Engine Java API Reference
10g (10.1.4.0.1)

B28175-01


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