Serialized Form


Package com.ibm.crypto.fips.provider

Class com.ibm.crypto.fips.provider.AESSecretKey implements Serializable

Serialized Fields

key

byte[] key

Class com.ibm.crypto.fips.provider.DESedeKey implements Serializable

Serialization Methods

readObject

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

key

byte[] key

Class com.ibm.crypto.fips.provider.DESKey implements Serializable

Serialization Methods

readObject

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

key

byte[] key

Class com.ibm.crypto.fips.provider.DHPrivateKey implements Serializable

Serialized Fields

x

java.math.BigInteger x

key

byte[] key

encodedKey

byte[] encodedKey

p

java.math.BigInteger p

g

java.math.BigInteger g

l

int l

DH_data

int[] DH_data

Class com.ibm.crypto.fips.provider.DHPublicKey implements Serializable

Serialized Fields

y

java.math.BigInteger y

key

byte[] key

encodedKey

byte[] encodedKey

p

java.math.BigInteger p

g

java.math.BigInteger g

l

int l

DH_data

int[] DH_data

Class com.ibm.crypto.fips.provider.DSAPrivateKey implements Serializable

Serialized Fields

x

java.math.BigInteger x

Class com.ibm.crypto.fips.provider.DSAPublicKey implements Serializable

Serialized Fields

y

java.math.BigInteger y

Class com.ibm.crypto.fips.provider.FIPSRuntimeException implements Serializable

Class com.ibm.crypto.fips.provider.IBMJCEFIPS implements Serializable

Serialized Fields

selftest

SelfTest selftest

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

Serialization Methods

writeObject

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

sourceFile

java.io.File sourceFile

identities

java.util.Hashtable identities

Class com.ibm.crypto.fips.provider.RSAPrivateCrtKey implements Serializable

Serialized Fields

version

java.math.BigInteger version

modulus

java.math.BigInteger modulus

publicExponent

java.math.BigInteger publicExponent

privateExponent

java.math.BigInteger privateExponent

primeP

java.math.BigInteger primeP

primeQ

java.math.BigInteger primeQ

primeExponentP

java.math.BigInteger primeExponentP

primeExponentQ

java.math.BigInteger primeExponentQ

crtCoefficient

java.math.BigInteger crtCoefficient

Class com.ibm.crypto.fips.provider.RSAPrivateKey implements Serializable

Serialized Fields

modulus

java.math.BigInteger modulus

privateExponent

java.math.BigInteger privateExponent

Class com.ibm.crypto.fips.provider.RSAPublicKey implements Serializable

Serialized Fields

modulus

java.math.BigInteger modulus

publicExponent

java.math.BigInteger publicExponent

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

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

P64

java.math.BigInteger P64

syms

int[] syms

sbuf

byte[] sbuf

rngTestBuf

byte[] rngTestBuf

accu

long accu

firstTrng

boolean firstTrng

rngTest

long rngTest

bits

int bits

nsam

int nsam

state

byte[] state

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

Serialized Fields

trusted

boolean trusted

info

java.lang.String info

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

Serialized Fields

trusted

boolean trusted