Serialized Form


Package org.apache.geronimo.util.crypto

Class org.apache.geronimo.util.crypto.DataLengthException extends RuntimeCryptoException implements Serializable

Class org.apache.geronimo.util.crypto.RuntimeCryptoException extends RuntimeException implements Serializable


Package org.apache.geronimo.util.jce.provider

Class org.apache.geronimo.util.jce.provider.JCEDHPrivateKey extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

x

BigInteger x

dhSpec

DHParameterSpec dhSpec

pkcs12Attributes

Hashtable pkcs12Attributes

pkcs12Ordering

Vector pkcs12Ordering

Class org.apache.geronimo.util.jce.provider.JCEDHPublicKey extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

y

BigInteger y

dhSpec

DHParameterSpec dhSpec

Class org.apache.geronimo.util.jce.provider.JCERSAPrivateCrtKey extends JCERSAPrivateKey implements Serializable

Serialized Fields

publicExponent

BigInteger publicExponent

primeP

BigInteger primeP

primeQ

BigInteger primeQ

primeExponentP

BigInteger primeExponentP

primeExponentQ

BigInteger primeExponentQ

crtCoefficient

BigInteger crtCoefficient

Class org.apache.geronimo.util.jce.provider.JCERSAPrivateKey extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

modulus

BigInteger modulus

privateExponent

BigInteger privateExponent

pkcs12Attributes

Hashtable pkcs12Attributes

pkcs12Ordering

Vector pkcs12Ordering

Class org.apache.geronimo.util.jce.provider.JCERSAPublicKey extends Object implements Serializable

Serialized Fields

modulus

BigInteger modulus

publicExponent

BigInteger publicExponent

Class org.apache.geronimo.util.jce.provider.JDKDSAPrivateKey extends Object implements Serializable

Serialized Fields

x

BigInteger x

dsaSpec

DSAParams dsaSpec

pkcs12Attributes

Hashtable pkcs12Attributes

pkcs12Ordering

Vector pkcs12Ordering

Class org.apache.geronimo.util.jce.provider.JDKDSAPublicKey extends Object implements Serializable

Serialized Fields

y

BigInteger y

dsaSpec

DSAParams dsaSpec

Class org.apache.geronimo.util.jce.provider.X509CertificateObject extends X509Certificate implements Serializable

Serialized Fields

c

X509CertificateStructure c

pkcs12Attributes

Hashtable pkcs12Attributes

pkcs12Ordering

Vector pkcs12Ordering



Copyright © 2006 Apache Software Foundation. All Rights Reserved.