Serialized Form


Package fi.hut.tcm.policy

Class fi.hut.tcm.policy.DynamicPermissions implements Serializable

Serialized Fields

codesource

java.security.CodeSource codesource


Package fi.hut.tcm.repository

Class fi.hut.tcm.repository.CertTable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Implements the Serializable interface.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implements the Serializable interface.
Serialized Fields

hash

java.util.Hashtable hash
The certificate vectors are stored in the hashtable.


Package fi.hut.tcm.spki

Class fi.hut.tcm.spki.SPKICertificate implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException

Class fi.hut.tcm.spki.SPKIException implements Serializable


Package fi.hut.tcm.spki.impl

Class fi.hut.tcm.spki.impl.PubKey implements Serializable

Class fi.hut.tcm.spki.impl.SecKey implements Serializable

Class fi.hut.tcm.spki.impl.SpkiCert implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

certData

CertData certData

signature

Sig signature

Class fi.hut.tcm.spki.impl.SPKIProvider implements Serializable

Serialized Fields

info

java.lang.String info
A description of the provider and its services.

name

java.lang.String name
The provider name.

version

double version
The provider version number.