Serialized Form
Package java.security.cert
- Class java.security.cert.Certificate extends Object implements Serializable serialVersionUID: -3585440601605666277L
- protected Object writeReplace()
- throws ObjectStreamException
- String type
- Class java.security.cert.Certificate.CertificateRep extends Object implements Serializable serialVersionUID: -8563758940495660020L
- protected Object readResolve()
- throws ObjectStreamException
- String type
- byte[] data
- Class java.security.cert.CertificateEncodingException extends CertificateException implements Serializable serialVersionUID: 6219492851589449162L
- Class java.security.cert.CertificateException extends GeneralSecurityException implements Serializable serialVersionUID: 3192535253797119798L
- Class java.security.cert.CertificateExpiredException extends CertificateException implements Serializable serialVersionUID: 9071001339691533771L
- Class java.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable serialVersionUID: 4355919900041064702L
- Class java.security.cert.CertificateParsingException extends CertificateException implements Serializable serialVersionUID: -7989222416793322029L
- Class java.security.cert.CertPath extends Object implements Serializable serialVersionUID: 6068470306649138683L
- protected Object writeReplace()
- throws ObjectStreamException
- String type
- Class java.security.cert.CertPath.CertPathRep extends Object implements Serializable serialVersionUID: 3015633072427920915L
- protected Object readResolve()
- throws ObjectStreamException
- String type
- byte[] data
- Class java.security.cert.CertPathBuilderException extends GeneralSecurityException implements Serializable serialVersionUID: 5316471420178794402L
- Class java.security.cert.CertPathValidatorException extends GeneralSecurityException implements Serializable serialVersionUID: -2365020986539324560L
- int index
- CertPath certPath
- Throwable ie
- Class java.security.cert.CertStoreException extends GeneralSecurityException implements Serializable serialVersionUID: 2395296107471573245L
- Class java.security.cert.CRLException extends GeneralSecurityException implements Serializable serialVersionUID: -6694728944094197147L
- Class java.security.cert.X509Certificate extends Certificate implements Serializable serialVersionUID: -2491127588187038216L
Serialization Methods
writeReplace
Throws:
Serialized Fields
type
Serialization Methods
readResolve
Throws:
Serialized Fields
type
data
Serialization Methods
writeReplace
Throws:
ObjectStreamException
- if a CertPathRep
object representing this
certification path could not be created Serialized Fields
type
The CertPath type
Serialization Methods
readResolve
Returns a
CertPath
constructed from the type and data.
Throws:
ObjectStreamException
- if a CertPath
could not
be constructed Serialized Fields
type
The Certificate type
data
The encoded form of the cert path
Serialized Fields
index
The index of the certificate in the certification path that caused the
exception to be thrown. Initialize to be -1.
certPath
The CertPath that was being validated when the exception was thrown
ie
Internal (wrapped) exception
CertPath
to be serialized with aCertPathRep
object.