Certificate.CertificateRep


Certificate.CertificateRep java.security.cert

Java 1.3 serializable

This protected inner class provides an alternate representation of a certificate that can be used for serialization purposes by the writeReplace( ) method of some Certificate implementations . Applications do not typically need this class.

 protected static class  Certificate.CertificateRep  implements Serializable {  // Protected Constructors  protected  CertificateRep  (String  type  , byte[ ]  data  );  // Protected Instance Methods  protected Object  readResolve  ( ) throws java.io.ObjectStreamException;   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net