Documentation  › java.security.cert  › Certificate.CertificateRep
 
 


  Certificate.CertificateRep
  protected static

  Inherits From:   Object
  Conforms To:   Serializable
  Declared In:   java.security.cert


Class Description
 
Alternate Certificate class for serialization.


Class Variables
 
None declared in this class.


Instance Variables
 
None declared in this class.


Constructors
 
Certificate.CertificateRep
protected Certificate.CertificateRep( String type, byte[] data )

Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.



Class Methods
 
None declared in this class.


Instance Methods
 
readResolve
protected Object readResolve( ) throws ObjectStreamException

Resolve the Certificate Object.



Known Subclasses
 
None.



 
 
  dydoc
  3/9/05