|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ObjectOutputStream.annotateClass(Class)
,
serializing the class bytecode to the given to the constructor
stream
MarshaledObject
to select those classes,
whose bytecode is to be marshaled together with the object itself.CertificateBasedClassSelector.setKeystoreUrl(URL)
and CertificateBasedClassSelector.setCertificateName(String)
CertificateBasedClassSelector.setCertificate(Certificate)
If it has been provided keystore URL and certificate name, this method
will read the certificate.
Classloader.getSystemClassLoader()
.
ObjectInputStream
which is resolving needed classes
(during de-serialization) via the supplied classloader.ObjectOutputStream
which is serializing the object
and its classes in two parallel output stream.MarshaledObject
class used
by the client applications.ClassSelector
interfaceCertificateBasedClassSelector.setKeystoreUrl(URL)
and CertificateBasedClassSelector.setCertificateName(String)
this property
CertificateBasedClassSelector.setKeystoreUrl(URL)
CertificateBasedClassSelector.setCertificate(Certificate)
CertificateBasedClassSelector.setCertificateName(String)
CertificateBasedClassSelector.setCertificate(Certificate)
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |