Bouncy Castle Cryptography 1.18

Serialized Form


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

Serialized Fields

encodedParams

byte[] encodedParams

encryptedContent

byte[] encryptedContent

paramsAlg

java.lang.String paramsAlg

sealAlg

java.lang.String sealAlg

Class javax.crypto.ShortBufferException implements Serializable


Package javax.crypto.spec

Class javax.crypto.spec.SecretKeySpec implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm

key

byte[] key


Package org.bouncycastle.crypto

Class org.bouncycastle.crypto.CryptoException implements Serializable

Class org.bouncycastle.crypto.DataLengthException implements Serializable

Class org.bouncycastle.crypto.InvalidCipherTextException implements Serializable

Class org.bouncycastle.crypto.RuntimeCryptoException implements Serializable


Package org.bouncycastle.jce.spec

Class org.bouncycastle.jce.spec.IEKeySpec implements Serializable

Serialized Fields

pubKey

java.security.PublicKey pubKey

privKey

java.security.PrivateKey privKey


Package org.bouncycastle.jce.provider

Class org.bouncycastle.jce.provider.BouncyCastleProvider implements Serializable

Class org.bouncycastle.jce.provider.JCEDHPrivateKey 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

x

java.math.BigInteger x

dhSpec

DHParameterSpec dhSpec

pkcs12Attributes

java.util.Hashtable pkcs12Attributes

pkcs12Ordering

java.util.Vector pkcs12Ordering

Class org.bouncycastle.jce.provider.JCEDHPublicKey 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

y

java.math.BigInteger y

dhSpec

DHParameterSpec dhSpec

Class org.bouncycastle.jce.provider.JCEECPrivateKey implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm

d

java.math.BigInteger d

ecSpec

ECParameterSpec ecSpec

pkcs12Attributes

java.util.Hashtable pkcs12Attributes

pkcs12Ordering

java.util.Vector pkcs12Ordering

Class org.bouncycastle.jce.provider.JCEECPublicKey implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm

q

ECPoint q

ecSpec

ECParameterSpec ecSpec

Class org.bouncycastle.jce.provider.JCEElGamalPrivateKey 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

x

java.math.BigInteger x

elSpec

ElGamalParameterSpec elSpec

pkcs12Attributes

java.util.Hashtable pkcs12Attributes

pkcs12Ordering

java.util.Vector pkcs12Ordering

Class org.bouncycastle.jce.provider.JCEElGamalPublicKey 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

y

java.math.BigInteger y

elSpec

ElGamalParameterSpec elSpec

Class org.bouncycastle.jce.provider.JCEPBEKey implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm

password

char[] password

pkcs12

boolean pkcs12

Class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey implements Serializable

Serialized Fields

publicExponent

java.math.BigInteger publicExponent

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 org.bouncycastle.jce.provider.JCERSAPrivateKey implements Serializable

Serialized Fields

modulus

java.math.BigInteger modulus

privateExponent

java.math.BigInteger privateExponent

pkcs12Attributes

java.util.Hashtable pkcs12Attributes

pkcs12Ordering

java.util.Vector pkcs12Ordering

Class org.bouncycastle.jce.provider.JCERSAPublicKey implements Serializable

Serialized Fields

modulus

java.math.BigInteger modulus

publicExponent

java.math.BigInteger publicExponent

Class org.bouncycastle.jce.provider.JDKDSAPrivateKey implements Serializable

Serialized Fields

x

java.math.BigInteger x

dsaSpec

java.security.interfaces.DSAParams dsaSpec

pkcs12Attributes

java.util.Hashtable pkcs12Attributes

pkcs12Ordering

java.util.Vector pkcs12Ordering

Class org.bouncycastle.jce.provider.JDKDSAPublicKey implements Serializable

Serialized Fields

y

java.math.BigInteger y

dsaSpec

java.security.interfaces.DSAParams dsaSpec

Class org.bouncycastle.jce.provider.PKIXCertPath implements Serializable

Serialized Fields

certificates

java.util.List certificates

Class org.bouncycastle.jce.provider.X509CertificateObject implements Serializable

Serialized Fields

c

X509CertificateStructure c

pkcs12Attributes

java.util.Hashtable pkcs12Attributes

pkcs12Ordering

java.util.Vector pkcs12Ordering


Package org.bouncycastle.cms

Class org.bouncycastle.cms.CMSException implements Serializable

Serialized Fields

e

java.lang.Exception e


Package org.bouncycastle.mail.smime

Class org.bouncycastle.mail.smime.SMIMEException implements Serializable

Serialized Fields

e

java.lang.Exception e


Bouncy Castle Cryptography 1.18