Serialized Form


Package edu.stanford.peer.secrmi

Class edu.stanford.peer.secrmi.SignedRemoteObject implements Serializable

Serialized Fields

myobject

java.security.SignedObject myobject

Class edu.stanford.peer.secrmi.SSLRMIClientSocketFactory implements Serializable

Serialized Fields

ts

TrustStore ts
The classes KeyStore, SSLSocketFactory, and KeyManagerFactory are all not Serializable, so we have to store the trust KeyStore in a TrustStore object
the trust store

Class edu.stanford.peer.secrmi.TrustStore implements Serializable

Serialized Fields

entries

java.util.HashMap entries
maps alias to certificates

Class edu.stanford.peer.secrmi.VerificationFailureException implements Serializable