Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 564
نمايش فراداده

Certificate.CertificateRepjava.security.cert

Java 1.3serializable

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; }