Bouncy Castle Cryptography Library 1.77.0

Serialized Form


Package org.bouncycastle.asn1

Class org.bouncycastle.asn1.ASN1Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.bouncycastle.asn1.ASN1ParsingException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.bouncycastle.asn1.eac

Class org.bouncycastle.asn1.eac.BidirectionalMap implements Serializable

Serialized Fields

reverseMap

java.util.Hashtable reverseMap


Package org.bouncycastle.asn1.x509

Class org.bouncycastle.asn1.x509.NameConstraintValidatorException implements Serializable


Package org.bouncycastle.crypto

Class org.bouncycastle.crypto.CryptoException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.bouncycastle.crypto.CryptoServiceConstraintsException implements Serializable

Class org.bouncycastle.crypto.CryptoServicesPermission implements Serializable

Serialized Fields

actions

java.util.Set actions

Class org.bouncycastle.crypto.DataLengthException implements Serializable

Class org.bouncycastle.crypto.InvalidCipherTextException implements Serializable

Class org.bouncycastle.crypto.MaxBytesExceededException implements Serializable

Class org.bouncycastle.crypto.OutputLengthException implements Serializable

Class org.bouncycastle.crypto.RuntimeCryptoException implements Serializable


Package org.bouncycastle.crypto.engines

Class org.bouncycastle.crypto.engines.CramerShoupCoreEngine.CramerShoupCiphertextException implements Serializable


Package org.bouncycastle.crypto.io

Class org.bouncycastle.crypto.io.CipherIOException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.bouncycastle.crypto.io.InvalidCipherTextIOException implements Serializable


Package org.bouncycastle.crypto.prng

Class org.bouncycastle.crypto.prng.FixedSecureRandom implements Serializable

Serialized Fields

_data

byte[] _data

_index

int _index

_intPad

int _intPad

Class org.bouncycastle.crypto.prng.SP800SecureRandom implements Serializable

Serialized Fields

drbgProvider

org.bouncycastle.crypto.prng.DRBGProvider drbgProvider

predictionResistant

boolean predictionResistant

randomSource

java.security.SecureRandom randomSource

entropySource

EntropySource entropySource

drbg

SP80090DRBG drbg

Class org.bouncycastle.crypto.prng.X931SecureRandom implements Serializable

Serialized Fields

predictionResistant

boolean predictionResistant

randomSource

java.security.SecureRandom randomSource

drbg

X931RNG drbg


Package org.bouncycastle.crypto.util

Class org.bouncycastle.crypto.util.JournaledAlgorithm 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

Class org.bouncycastle.crypto.util.JournalingSecureRandom implements Serializable

Serialized Fields

base

java.security.SecureRandom base

tOut

org.bouncycastle.crypto.util.JournalingSecureRandom.TranscriptStream tOut

transcript

byte[] transcript

index

int index


Package org.bouncycastle.jcajce

Class org.bouncycastle.jcajce.CompositePrivateKey implements Serializable

Serialized Fields

keys

java.util.List keys

Class org.bouncycastle.jcajce.CompositePublicKey implements Serializable

Serialized Fields

keys

java.util.List keys

Class org.bouncycastle.jcajce.ExternalPublicKey implements Serializable

Serialized Fields

location

GeneralName location

digestAlg

AlgorithmIdentifier digestAlg

digest

byte[] digest

Class org.bouncycastle.jcajce.PBKDF1Key implements Serializable

Serialized Fields

password

char[] password

converter

CharToByteConverter converter

Class org.bouncycastle.jcajce.PBKDF1KeyWithParameters implements Serializable

Serialized Fields

salt

byte[] salt

iterationCount

int iterationCount

Class org.bouncycastle.jcajce.PBKDF2Key implements Serializable

Serialized Fields

password

char[] password

converter

CharToByteConverter converter

Class org.bouncycastle.jcajce.PBKDF2KeyWithParameters implements Serializable

Serialized Fields

salt

byte[] salt

iterationCount

int iterationCount

Class org.bouncycastle.jcajce.PKCS12Key implements Serializable

Serialized Fields

password

char[] password

useWrongZeroLengthConversion

boolean useWrongZeroLengthConversion

Class org.bouncycastle.jcajce.PKCS12KeyWithParameters implements Serializable

Serialized Fields

salt

byte[] salt

iterationCount

int iterationCount

Class org.bouncycastle.jcajce.SecretKeyWithEncapsulation implements Serializable

Serialized Fields

secretKey

javax.crypto.SecretKey secretKey

encapsulation

byte[] encapsulation


Package org.bouncycastle.jcajce.provider.asymmetric.dh

Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPrivateKey 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

Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPublicKey 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


Package org.bouncycastle.jcajce.provider.asymmetric.dsa

Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPrivateKey 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

Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPublicKey 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


Package org.bouncycastle.jcajce.provider.asymmetric.ec

Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPrivateKey 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

algorithm

java.lang.String algorithm

withCompression

boolean withCompression

Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey 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

algorithm

java.lang.String algorithm

withCompression

boolean withCompression


Package org.bouncycastle.jcajce.provider.asymmetric.ecgost

Class org.bouncycastle.jcajce.provider.asymmetric.ecgost.BCECGOST3410PrivateKey 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

algorithm

java.lang.String algorithm

withCompression

boolean withCompression

Class org.bouncycastle.jcajce.provider.asymmetric.ecgost.BCECGOST3410PublicKey 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

algorithm

java.lang.String algorithm

withCompression

boolean withCompression


Package org.bouncycastle.jcajce.provider.asymmetric.edec

Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCEdDSAPrivateKey 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

hasPublicKey

boolean hasPublicKey

attributes

byte[] attributes

Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCEdDSAPublicKey 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

Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPrivateKey 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

hasPublicKey

boolean hasPublicKey

attributes

byte[] attributes

Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPublicKey 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


Package org.bouncycastle.jcajce.provider.asymmetric.elgamal

Class org.bouncycastle.jcajce.provider.asymmetric.elgamal.BCElGamalPrivateKey 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

Class org.bouncycastle.jcajce.provider.asymmetric.elgamal.BCElGamalPublicKey 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


Package org.bouncycastle.jcajce.provider.asymmetric.gost

Class org.bouncycastle.jcajce.provider.asymmetric.gost.BCGOST3410PrivateKey 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

Class org.bouncycastle.jcajce.provider.asymmetric.gost.BCGOST3410PublicKey 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


Package org.bouncycastle.jcajce.provider.asymmetric.rsa

Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateCrtKey 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

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.jcajce.provider.asymmetric.rsa.BCRSAPrivateKey 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

algorithmIdentifierEnc

byte[] algorithmIdentifierEnc

Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPublicKey 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

publicExponent

java.math.BigInteger publicExponent


Package org.bouncycastle.jcajce.provider.asymmetric.util

Class org.bouncycastle.jcajce.provider.asymmetric.util.ExtendedInvalidKeySpecException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.bouncycastle.jcajce.provider.asymmetric.x509

Class org.bouncycastle.jcajce.provider.asymmetric.x509.PKIXCertPath implements Serializable

Serialized Fields

certificates

java.util.List certificates


Package org.bouncycastle.jcajce.provider.config

Class org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission implements Serializable

Serialized Fields

actions

java.lang.String actions

permissionMask

int permissionMask


Package org.bouncycastle.jcajce.provider.drbg

Class org.bouncycastle.jcajce.provider.drbg.DRBG.Default implements Serializable

Class org.bouncycastle.jcajce.provider.drbg.DRBG.NonceAndIV implements Serializable


Package org.bouncycastle.jcajce.provider.symmetric.util

Class org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher.InvalidKeyOrParametersException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey implements Serializable

Serialized Fields

hasBeenDestroyed

org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey.AtomicBoolean hasBeenDestroyed

algorithm

java.lang.String algorithm

oid

ASN1ObjectIdentifier oid

type

int type

digest

int digest

keySize

int keySize

ivSize

int ivSize

password

char[] password

salt

byte[] salt

iterationCount

int iterationCount

param

CipherParameters param

tryWrong

boolean tryWrong


Package org.bouncycastle.jcajce.provider.util

Class org.bouncycastle.jcajce.provider.util.BadBlockException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.bouncycastle.jcajce.spec

Class org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm


Package org.bouncycastle.jcajce.util

Class org.bouncycastle.jcajce.util.AnnotatedPrivateKey implements Serializable

Serialized Fields

key

java.security.PrivateKey key

annotations

java.util.Map annotations


Package org.bouncycastle.jce.cert

Class org.bouncycastle.jce.cert.CertPath implements Serializable

Serialized Fields

type

java.lang.String type

Class org.bouncycastle.jce.cert.CertPath.CertPathRep implements Serializable

Serialized Fields

type

java.lang.String type

data

byte[] data

Class org.bouncycastle.jce.cert.CertPathBuilderException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.bouncycastle.jce.cert.CertPathValidatorException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

certPath

CertPath certPath

index

int index

Class org.bouncycastle.jce.cert.CertStoreException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.bouncycastle.jce.exception

Class org.bouncycastle.jce.exception.ExtCertificateEncodingException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.bouncycastle.jce.exception.ExtCertPathBuilderException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.bouncycastle.jce.exception.ExtCertPathValidatorException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.bouncycastle.jce.exception.ExtIOException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.bouncycastle.jce.provider

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

Serialized Fields

_underlyingException

java.lang.Throwable _underlyingException

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

javax.crypto.spec.DHParameterSpec dhSpec

info

PrivateKeyInfo info

attrCarrier

PKCS12BagAttributeCarrier attrCarrier

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

javax.crypto.spec.DHParameterSpec dhSpec

info

SubjectPublicKeyInfo info

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

attrCarrier

PKCS12BagAttributeCarrierImpl attrCarrier

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

oid

ASN1ObjectIdentifier oid

type

int type

digest

int digest

keySize

int keySize

ivSize

int ivSize

param

CipherParameters param

pbeKeySpec

javax.crypto.spec.PBEKeySpec pbeKeySpec

tryWrong

boolean tryWrong

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

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

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

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

dsaSpec

java.security.interfaces.DSAParams dsaSpec

attrCarrier

PKCS12BagAttributeCarrierImpl attrCarrier

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

dsaSpec

java.security.interfaces.DSAParams dsaSpec

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

Serialized Fields

cause

java.lang.Throwable cause

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

Serialized Fields

c

Certificate c

basicConstraints

BasicConstraints basicConstraints

keyUsage

boolean[] keyUsage

hashValueSet

boolean hashValueSet

hashValue

int hashValue

attrCarrier

PKCS12BagAttributeCarrier attrCarrier


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

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

Serialized Fields

algorithm

java.lang.String algorithm
Deprecated. 


Package org.bouncycastle.util

Class org.bouncycastle.util.MemoableResetException implements Serializable

Class org.bouncycastle.util.StoreException implements Serializable

Serialized Fields

_e

java.lang.Throwable _e

Class org.bouncycastle.util.StreamParsingException implements Serializable

Serialized Fields

_e

java.lang.Throwable _e


Package org.bouncycastle.util.encoders

Class org.bouncycastle.util.encoders.DecoderException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.bouncycastle.util.encoders.EncoderException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.bouncycastle.util.io

Class org.bouncycastle.util.io.StreamOverflowException implements Serializable


Package org.bouncycastle.util.io.pem

Class org.bouncycastle.util.io.pem.PemGenerationException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.bouncycastle.util.test

Class org.bouncycastle.util.test.FixedSecureRandom implements Serializable

Serialized Fields

_data

byte[] _data

_index

int _index

Class org.bouncycastle.util.test.TestFailedException implements Serializable

Serialized Fields

_result

TestResult _result

Class org.bouncycastle.util.test.TestRandomBigInteger implements Serializable

Class org.bouncycastle.util.test.TestRandomData implements Serializable


Package org.bouncycastle.x509

Class org.bouncycastle.x509.NoSuchParserException implements Serializable

Class org.bouncycastle.x509.NoSuchStoreException implements Serializable


Package org.bouncycastle.x509.util

Class org.bouncycastle.x509.util.StreamParsingException implements Serializable

Serialized Fields

_e

java.lang.Throwable _e


Bouncy Castle Cryptography Library 1.77.0