Bouncy Castle Cryptography 1.28

Serialized Form


Package java.security.spec

Class java.security.spec.InvalidKeySpecException extends java.security.GeneralSecurityException implements Serializable

Class java.security.spec.InvalidParameterSpecException extends java.security.GeneralSecurityException implements Serializable


Package javax.crypto

Class javax.crypto.BadPaddingException extends java.security.GeneralSecurityException implements Serializable

Class javax.crypto.ExemptionMechanismException extends java.security.GeneralSecurityException implements Serializable

Class javax.crypto.IllegalBlockSizeException extends java.security.GeneralSecurityException implements Serializable

Class javax.crypto.NoSuchPaddingException extends java.security.GeneralSecurityException implements Serializable

Class javax.crypto.SealedObject extends java.lang.Object implements Serializable

Serialized Fields

encodedParams

byte[] encodedParams

encryptedContent

byte[] encryptedContent

paramsAlg

java.lang.String paramsAlg

sealAlg

java.lang.String sealAlg

Class javax.crypto.ShortBufferException extends java.security.GeneralSecurityException implements Serializable


Package javax.crypto.spec

Class javax.crypto.spec.SecretKeySpec extends java.lang.Object implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm

key

byte[] key


Package org.bouncycastle.crypto

Class org.bouncycastle.crypto.CryptoException extends java.lang.Exception implements Serializable

Class org.bouncycastle.crypto.DataLengthException extends RuntimeCryptoException implements Serializable

Class org.bouncycastle.crypto.InvalidCipherTextException extends CryptoException implements Serializable

Class org.bouncycastle.crypto.RuntimeCryptoException extends java.lang.RuntimeException implements Serializable


Package org.bouncycastle.jce.cert

Class org.bouncycastle.jce.cert.CertPath extends java.lang.Object implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Replaces the CertPath to be serialized with a CertPathRep object.

Throws:
java.io.ObjectStreamException - if a CertPathRep object representing this certification path could not be created
Serialized Fields

type

java.lang.String type

Class org.bouncycastle.jce.cert.CertPath.CertPathRep extends java.lang.Object implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Returns a CertPath constructed from the type and data.

Throws:
java.io.ObjectStreamException - if a CertPath could not be constructed
Serialized Fields

type

java.lang.String type

data

byte[] data

Class org.bouncycastle.jce.cert.CertPathBuilderException extends java.security.GeneralSecurityException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.bouncycastle.jce.cert.CertPathValidatorException extends java.security.GeneralSecurityException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

certPath

CertPath certPath

index

int index

Class org.bouncycastle.jce.cert.CertStoreException extends java.security.GeneralSecurityException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.bouncycastle.jce.spec

Class org.bouncycastle.jce.spec.IEKeySpec extends java.lang.Object 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 extends java.security.Provider implements Serializable

Class org.bouncycastle.jce.provider.JCEDHPrivateKey extends java.lang.Object 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 extends java.lang.Object 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 extends java.lang.Object implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm

d

java.math.BigInteger d

ecSpec

java.lang.Object ecSpec

withCompression

boolean withCompression

pkcs12Attributes

java.util.Hashtable pkcs12Attributes

pkcs12Ordering

java.util.Vector pkcs12Ordering

Class org.bouncycastle.jce.provider.JCEECPublicKey extends java.lang.Object implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm

q

ECPoint q

ecSpec

java.lang.Object ecSpec

withCompression

boolean withCompression

gostParams

GOST3410PublicKeyAlgParameters gostParams

Class org.bouncycastle.jce.provider.JCEElGamalPrivateKey extends java.lang.Object 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 extends java.lang.Object 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 extends java.lang.Object implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm

oid

DERObjectIdentifier oid

type

int type

digest

int digest

keySize

int keySize

ivSize

int ivSize

param

CipherParameters param

pbeKeySpec

PBEKeySpec pbeKeySpec

tryWrong

boolean tryWrong

Class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey extends JCERSAPrivateKey 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 extends java.lang.Object 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

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 extends java.lang.Object implements Serializable

Serialized Fields

modulus

java.math.BigInteger modulus

publicExponent

java.math.BigInteger publicExponent

Class org.bouncycastle.jce.provider.JDKDSAPrivateKey extends java.lang.Object 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 extends java.lang.Object implements Serializable

Serialized Fields

y

java.math.BigInteger y

dsaSpec

java.security.interfaces.DSAParams dsaSpec

Class org.bouncycastle.jce.provider.JDKGOST3410PrivateKey extends java.lang.Object implements Serializable

Serialized Fields

x

java.math.BigInteger x

gost3410Spec

GOST3410Params gost3410Spec

pkcs12Attributes

java.util.Hashtable pkcs12Attributes

pkcs12Ordering

java.util.Vector pkcs12Ordering

Class org.bouncycastle.jce.provider.JDKGOST3410PublicKey extends java.lang.Object implements Serializable

Serialized Fields

y

java.math.BigInteger y

gost3410Spec

GOST3410Params gost3410Spec

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

Serialized Fields

certificates

java.util.List certificates

Class org.bouncycastle.jce.provider.X509CertificateObject extends java.security.cert.X509Certificate implements Serializable

Serialized Fields

c

X509CertificateStructure c

pkcs12Attributes

java.util.Hashtable pkcs12Attributes

pkcs12Ordering

java.util.Vector pkcs12Ordering


Package org.bouncycastle.ocsp

Class org.bouncycastle.ocsp.OCSPException extends java.lang.Exception implements Serializable

Serialized Fields

e

java.lang.Exception e


Bouncy Castle Cryptography 1.28