Serialized Form


Package com.ibm.crypto.provider

Class com.ibm.crypto.provider.IBMJCE implements Serializable

Class com.ibm.crypto.provider.IdentityDatabase implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Serialization write.
Serialized Fields

identities

Hashtable identities

sourceFile

File sourceFile

Class com.ibm.crypto.provider.SecureRandom implements Serializable

Serialized Fields

md5

MessageDigest md5

ri

int ri

seedGenerator

SecureRandom seedGenerator

state

byte[] state

tMix

int tMix
This variable determines how often true random data is mixed into the MD5 generated stream of data. A value of 1 means add true randomness to every byte and Integer.MAX_VALUE means skip true randomness.

Class com.ibm.crypto.provider.SystemIdentity implements Serializable

Serialized Fields

info

String info

trusted

boolean trusted

Class com.ibm.crypto.provider.SystemSigner implements Serializable

Serialized Fields

trusted

boolean trusted


Package com.ibm.misc

Class com.ibm.misc.CEFormatException implements Serializable

Class com.ibm.misc.CEStreamExhausted implements Serializable


Package javax.crypto

Class javax.crypto.BadPaddingException implements Serializable

Class javax.crypto.ExemptionMechanismException implements Serializable

Class javax.crypto.IllegalBlockSizeException implements Serializable

Class javax.crypto.NoSuchPaddingException implements Serializable

Class javax.crypto.SealedObject implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
readObject is called to restore the state of the SealedObject from a stream.
Serialized Fields

encodedParams

byte[] encodedParams
The encoded parameters.
 

encryptedContent

byte[] encryptedContent
The serialized object contents in encrypted format.
 

paramsAlg

String paramsAlg
The algorithm of the parameters used.
 

sealAlg

String sealAlg
The algorithm that was used to seal this object.
 

Class javax.crypto.ShortBufferException implements Serializable


Package javax.crypto.spec

Class javax.crypto.spec.SecretKeySpec implements Serializable

Serialized Fields

algorithm

String algorithm
The name of the algorithm associated with this key.
 

key

byte[] key
The secret key.