Serialized Form
-
Package org.bouncycastle.asn1
-
Exception Class org.bouncycastle.asn1.ASN1Exception
class ASN1Exception extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception Class org.bouncycastle.asn1.ASN1ParsingException
class ASN1ParsingException extends IllegalStateException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.asn1.x509
-
Exception Class org.bouncycastle.asn1.x509.NameConstraintValidatorException
class NameConstraintValidatorException extends Exception implements Serializable
-
-
Package org.bouncycastle.crypto
-
Exception Class org.bouncycastle.crypto.CryptoException
class CryptoException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception Class org.bouncycastle.crypto.CryptoServiceConstraintsException
class CryptoServiceConstraintsException extends RuntimeException implements Serializable -
Class org.bouncycastle.crypto.CryptoServicesPermission
class CryptoServicesPermission extends Permission implements Serializable -
Exception Class org.bouncycastle.crypto.DataLengthException
class DataLengthException extends RuntimeCryptoException implements Serializable -
Exception Class org.bouncycastle.crypto.InvalidCipherTextException
class InvalidCipherTextException extends CryptoException implements Serializable -
Exception Class org.bouncycastle.crypto.MaxBytesExceededException
class MaxBytesExceededException extends RuntimeCryptoException implements Serializable -
Exception Class org.bouncycastle.crypto.OutputLengthException
class OutputLengthException extends DataLengthException implements Serializable -
Exception Class org.bouncycastle.crypto.RuntimeCryptoException
class RuntimeCryptoException extends RuntimeException implements Serializable
-
-
Package org.bouncycastle.crypto.engines
-
Exception Class org.bouncycastle.crypto.engines.CramerShoupCoreEngine.CramerShoupCiphertextException
class CramerShoupCiphertextException extends Exception implements Serializable- serialVersionUID:
- -6360977166495345076L
-
-
Package org.bouncycastle.crypto.io
-
Exception Class org.bouncycastle.crypto.io.CipherIOException
class CipherIOException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
Throwable cause
-
-
Exception Class org.bouncycastle.crypto.io.InvalidCipherTextIOException
class InvalidCipherTextIOException extends CipherIOException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.bouncycastle.crypto.prng
-
Class org.bouncycastle.crypto.prng.FixedSecureRandom
class FixedSecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
_data
byte[] _data
-
_index
int _index
-
_intPad
int _intPad
-
-
-
Class org.bouncycastle.crypto.prng.SP800SecureRandom
class SP800SecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
drbg
SP80090DRBG drbg
-
drbgProvider
org.bouncycastle.crypto.prng.DRBGProvider drbgProvider
-
entropySource
EntropySource entropySource
-
predictionResistant
boolean predictionResistant
-
randomSource
SecureRandom randomSource
-
-
-
Class org.bouncycastle.crypto.prng.X931SecureRandom
class X931SecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
drbg
X931RNG drbg
-
predictionResistant
boolean predictionResistant
-
randomSource
SecureRandom randomSource
-
-
-
-
Package org.bouncycastle.crypto.util
-
Class org.bouncycastle.crypto.util.JournaledAlgorithm
class JournaledAlgorithm extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class org.bouncycastle.crypto.util.JournalingSecureRandom
class JournalingSecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
base
SecureRandom base
-
index
int index
-
tOut
org.bouncycastle.crypto.util.JournalingSecureRandom.TranscriptStream tOut
-
transcript
byte[] transcript
-
-
-
-
Package org.bouncycastle.i18n
-
Exception Class org.bouncycastle.i18n.LocalizedException
class LocalizedException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
message
ErrorBundle message
-
-
-
Exception Class org.bouncycastle.i18n.MissingEntryException
class MissingEntryException extends RuntimeException implements Serializable-
Serialized Fields
-
debugMsg
String debugMsg
-
key
String key
-
loader
ClassLoader loader
-
locale
Locale locale
-
resource
String resource
-
-
-
-
Package org.bouncycastle.jcajce
-
Class org.bouncycastle.jcajce.CompositePrivateKey
class CompositePrivateKey extends Object implements Serializable-
Serialized Fields
-
algorithmIdentifier
ASN1ObjectIdentifier algorithmIdentifier
-
keys
List<PrivateKey> keys
-
-
-
Class org.bouncycastle.jcajce.CompositePublicKey
class CompositePublicKey extends Object implements Serializable-
Serialized Fields
-
algorithmIdentifier
ASN1ObjectIdentifier algorithmIdentifier
-
keys
List<PublicKey> keys
-
-
-
Class org.bouncycastle.jcajce.ExternalPublicKey
class ExternalPublicKey extends Object implements Serializable-
Serialized Fields
-
digest
byte[] digest
-
digestAlg
AlgorithmIdentifier digestAlg
-
location
GeneralName location
-
-
-
Class org.bouncycastle.jcajce.PBKDF1Key
class PBKDF1Key extends Object implements Serializable-
Serialized Fields
-
converter
CharToByteConverter converter
-
password
char[] password
-
-
-
Class org.bouncycastle.jcajce.PBKDF1KeyWithParameters
class PBKDF1KeyWithParameters extends PBKDF1Key implements Serializable-
Serialized Fields
-
iterationCount
int iterationCount
-
salt
byte[] salt
-
-
-
Class org.bouncycastle.jcajce.PBKDF2Key
class PBKDF2Key extends Object implements Serializable-
Serialized Fields
-
converter
CharToByteConverter converter
-
password
char[] password
-
-
-
Class org.bouncycastle.jcajce.PBKDF2KeyWithParameters
class PBKDF2KeyWithParameters extends PBKDF2Key implements Serializable-
Serialized Fields
-
iterationCount
int iterationCount
-
salt
byte[] salt
-
-
-
Class org.bouncycastle.jcajce.PKCS12Key
class PKCS12Key extends Object implements Serializable-
Serialized Fields
-
password
char[] password
-
useWrongZeroLengthConversion
boolean useWrongZeroLengthConversion
-
-
-
Class org.bouncycastle.jcajce.PKCS12KeyWithParameters
class PKCS12KeyWithParameters extends PKCS12Key implements Serializable-
Serialized Fields
-
iterationCount
int iterationCount
-
salt
byte[] salt
-
-
-
Class org.bouncycastle.jcajce.SecretKeyWithEncapsulation
class SecretKeyWithEncapsulation extends Object implements Serializable-
Serialized Fields
-
encapsulation
byte[] encapsulation
-
secretKey
SecretKey secretKey
-
-
-
-
Package org.bouncycastle.jcajce.interfaces
-
Package org.bouncycastle.jcajce.provider.asymmetric.dh
-
Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPrivateKey
class BCDHPrivateKey extends Object implements Serializable- serialVersionUID:
- 311058815616901812L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPublicKey
class BCDHPublicKey extends Object implements Serializable- serialVersionUID:
- -216691575254424324L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.dsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPrivateKey
class BCDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- -4677259546958385734L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPublicKey
class BCDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 1752452449903495175L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.dstu
-
Class org.bouncycastle.jcajce.provider.asymmetric.dstu.BCDSTU4145PrivateKey
class BCDSTU4145PrivateKey extends Object implements Serializable- serialVersionUID:
- 7245981689601667138L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dstu.BCDSTU4145PublicKey
class BCDSTU4145PublicKey extends Object implements Serializable- serialVersionUID:
- 7026240464295649314L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.ec
-
Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPrivateKey
class BCECPrivateKey extends Object implements Serializable- serialVersionUID:
- 994553197664784084L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey
class BCECPublicKey extends Object implements Serializable- serialVersionUID:
- 2422789860422731812L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.ecgost
-
Class org.bouncycastle.jcajce.provider.asymmetric.ecgost.BCECGOST3410PrivateKey
class BCECGOST3410PrivateKey extends Object implements Serializable- serialVersionUID:
- 7245981689601667138L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ecgost.BCECGOST3410PublicKey
class BCECGOST3410PublicKey extends Object implements Serializable- serialVersionUID:
- 7026240464295649314L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.ecgost12
-
Class org.bouncycastle.jcajce.provider.asymmetric.ecgost12.BCECGOST3410_2012PrivateKey
class BCECGOST3410_2012PrivateKey extends Object implements Serializable- serialVersionUID:
- 7245981689601667138L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ecgost12.BCECGOST3410_2012PublicKey
class BCECGOST3410_2012PublicKey extends Object implements Serializable- serialVersionUID:
- 7026240464295649314L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.edec
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCEdDSAPrivateKey
class BCEdDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attributes
byte[] attributes
-
hasPublicKey
boolean hasPublicKey
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCEdDSAPublicKey
class BCEdDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPrivateKey
class BCXDHPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attributes
byte[] attributes
-
hasPublicKey
boolean hasPublicKey
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPublicKey
class BCXDHPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.elgamal
-
Class org.bouncycastle.jcajce.provider.asymmetric.elgamal.BCElGamalPrivateKey
class BCElGamalPrivateKey extends Object implements Serializable- serialVersionUID:
- 4819350091141529678L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.elgamal.BCElGamalPublicKey
class BCElGamalPublicKey extends Object implements Serializable- serialVersionUID:
- 8712728417091216948L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.gost
-
Class org.bouncycastle.jcajce.provider.asymmetric.gost.BCGOST3410PrivateKey
class BCGOST3410PrivateKey extends Object implements Serializable- serialVersionUID:
- 8581661527592305464L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.gost.BCGOST3410PublicKey
class BCGOST3410PublicKey extends Object implements Serializable- serialVersionUID:
- -6251023343619275990L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.mldsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.mldsa.BCMLDSAPrivateKey
class BCMLDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.mldsa.BCMLDSAPublicKey
class BCMLDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.mlkem
-
Class org.bouncycastle.jcajce.provider.asymmetric.mlkem.BCMLKEMPrivateKey
class BCMLKEMPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.mlkem.BCMLKEMPublicKey
class BCMLKEMPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.rsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateCrtKey
class BCRSAPrivateCrtKey extends BCRSAPrivateKey implements Serializable- serialVersionUID:
- 7834723820638524718L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
crtCoefficient
BigInteger crtCoefficient
-
primeExponentP
BigInteger primeExponentP
-
primeExponentQ
BigInteger primeExponentQ
-
primeP
BigInteger primeP
-
primeQ
BigInteger primeQ
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateKey
class BCRSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 5110188922551353628L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithmIdentifierEnc
byte[] algorithmIdentifierEnc
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPublicKey
class BCRSAPublicKey extends Object implements Serializable- serialVersionUID:
- 2675817738516720772L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.slhdsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.slhdsa.BCSLHDSAPrivateKey
class BCSLHDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.slhdsa.BCSLHDSAPublicKey
class BCSLHDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.util
-
Exception Class org.bouncycastle.jcajce.provider.asymmetric.util.ExtendedInvalidKeySpecException
class ExtendedInvalidKeySpecException extends InvalidKeySpecException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.x509
-
Class org.bouncycastle.jcajce.provider.asymmetric.x509.PKIXCertPath
class PKIXCertPath extends CertPath implements Serializable-
Serialized Fields
-
certificates
List certificates
-
helper
JcaJceHelper helper
-
-
-
-
Package org.bouncycastle.jcajce.provider.config
-
Class org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission
class ProviderConfigurationPermission extends BasicPermission implements Serializable-
Serialized Fields
-
actions
String actions
-
permissionMask
int permissionMask
-
-
-
-
Package org.bouncycastle.jcajce.provider.drbg
-
Class org.bouncycastle.jcajce.provider.drbg.DRBG.Default
class Default extends SecureRandomSpi implements Serializable -
Class org.bouncycastle.jcajce.provider.drbg.DRBG.NonceAndIV
class NonceAndIV extends SecureRandomSpi implements Serializable
-
-
Package org.bouncycastle.jcajce.provider.symmetric.util
-
Exception Class org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher.InvalidKeyOrParametersException
class InvalidKeyOrParametersException extends InvalidKeyException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey
class BCPBEKey extends Object implements Serializable-
Serialized Fields
-
algorithm
String algorithm
-
digest
int digest
-
hasBeenDestroyed
AtomicBoolean hasBeenDestroyed
-
iterationCount
int iterationCount
-
ivSize
int ivSize
-
keySize
int keySize
-
oid
ASN1ObjectIdentifier oid
-
param
CipherParameters param
-
password
char[] password
-
salt
byte[] salt
-
tryWrong
boolean tryWrong
-
type
int type
-
-
-
-
Package org.bouncycastle.jcajce.provider.util
-
Exception Class org.bouncycastle.jcajce.provider.util.BadBlockException
class BadBlockException extends BadPaddingException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jcajce.spec
-
Class org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec
class RepeatedSecretKeySpec extends Object implements Serializable-
Serialized Fields
-
algorithm
String algorithm
-
-
-
-
Package org.bouncycastle.jcajce.util
-
Class org.bouncycastle.jcajce.util.AnnotatedPrivateKey
class AnnotatedPrivateKey extends Object implements Serializable-
Serialized Fields
-
annotations
Map<String,
Object> annotations -
key
PrivateKey key
-
-
-
-
Package org.bouncycastle.jce.exception
-
Exception Class org.bouncycastle.jce.exception.ExtCertificateEncodingException
class ExtCertificateEncodingException extends CertificateEncodingException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception Class org.bouncycastle.jce.exception.ExtCertPathBuilderException
class ExtCertPathBuilderException extends CertPathBuilderException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception Class org.bouncycastle.jce.exception.ExtCertPathValidatorException
class ExtCertPathValidatorException extends CertPathValidatorException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception Class org.bouncycastle.jce.exception.ExtIOException
class ExtIOException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jce.interfaces
-
Package org.bouncycastle.jce.provider
-
Exception Class org.bouncycastle.jce.provider.AnnotatedException
class AnnotatedException extends Exception implements Serializable-
Serialized Fields
-
_underlyingException
Throwable _underlyingException
-
-
-
Class org.bouncycastle.jce.provider.BouncyCastleProvider
class BouncyCastleProvider extends Provider implements Serializable-
Serialized Fields
-
serviceMap
Map<String,
Provider.Service> serviceMap
-
-
-
Class org.bouncycastle.jce.provider.JCEDHPrivateKey
class JCEDHPrivateKey extends Object implements Serializable- serialVersionUID:
- 311058815616901812L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrier attrCarrier
-
dhSpec
DHParameterSpec dhSpec
-
info
PrivateKeyInfo info
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JCEDHPublicKey
class JCEDHPublicKey extends Object implements Serializable- serialVersionUID:
- -216691575254424324L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dhSpec
DHParameterSpec dhSpec
-
info
SubjectPublicKeyInfo info
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.JCEECPrivateKey
class JCEECPrivateKey extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
d
BigInteger d
-
ecSpec
ECParameterSpec ecSpec
-
publicKey
ASN1BitString publicKey
-
withCompression
boolean withCompression
-
-
-
Class org.bouncycastle.jce.provider.JCEECPublicKey
class JCEECPublicKey extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
ecSpec
ECParameterSpec ecSpec
-
gostParams
GOST3410PublicKeyAlgParameters gostParams
-
q
ECPoint q
-
withCompression
boolean withCompression
-
-
-
Class org.bouncycastle.jce.provider.JCEElGamalPrivateKey
class JCEElGamalPrivateKey extends Object implements Serializable- serialVersionUID:
- 4819350091141529678L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
elSpec
ElGamalParameterSpec elSpec
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JCEElGamalPublicKey
class JCEElGamalPublicKey extends Object implements Serializable- serialVersionUID:
- 8712728417091216948L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
elSpec
ElGamalParameterSpec elSpec
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
class JCERSAPrivateCrtKey extends JCERSAPrivateKey implements Serializable- serialVersionUID:
- 7834723820638524718L
-
Serialized Fields
-
crtCoefficient
BigInteger crtCoefficient
-
primeExponentP
BigInteger primeExponentP
-
primeExponentQ
BigInteger primeExponentQ
-
primeP
BigInteger primeP
-
primeQ
BigInteger primeQ
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jce.provider.JCERSAPrivateKey
class JCERSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 5110188922551353628L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.bouncycastle.jce.provider.JCERSAPublicKey
class JCERSAPublicKey extends Object implements Serializable- serialVersionUID:
- 2675817738516720772L
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jce.provider.JDKDSAPrivateKey
class JDKDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- -4677259546958385734L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
dsaSpec
DSAParams dsaSpec
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JDKDSAPublicKey
class JDKDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 1752452449903495175L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dsaSpec
DSAParams dsaSpec
-
y
BigInteger y
-
-
Exception Class org.bouncycastle.jce.provider.PKIXNameConstraintValidatorException
class PKIXNameConstraintValidatorException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jce.provider.X509CertificateObject
class X509CertificateObject extends X509Certificate implements Serializable-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrier attrCarrier
Deprecated. -
basicConstraints
BasicConstraints basicConstraints
Deprecated. -
c
Certificate c
Deprecated. -
hashValue
int hashValue
Deprecated. -
hashValueSet
boolean hashValueSet
Deprecated. -
keyUsage
boolean[] keyUsage
Deprecated.
-
-
-
-
Package org.bouncycastle.jce.spec
-
Class org.bouncycastle.jce.spec.IEKeySpec
class IEKeySpec extends Object implements Serializable-
Serialized Fields
-
privKey
PrivateKey privKey
-
pubKey
PublicKey pubKey
-
-
-
Class org.bouncycastle.jce.spec.RepeatedSecretKeySpec
class RepeatedSecretKeySpec extends RepeatedSecretKeySpec implements Serializable-
Serialized Fields
-
algorithm
String algorithm
Deprecated.
-
-
-
-
Package org.bouncycastle.pqc.crypto
-
Exception Class org.bouncycastle.pqc.crypto.ExhaustedPrivateKeyException
class ExhaustedPrivateKeyException extends IllegalStateException implements Serializable
-
-
Package org.bouncycastle.pqc.crypto.xmss
-
Class org.bouncycastle.pqc.crypto.xmss.BDS
class BDS extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
authenticationPath
List<XMSSNode> authenticationPath
-
index
int index
-
k
int k
-
keep
Map<Integer,
XMSSNode> keep -
retain
Map<Integer,
LinkedList<XMSSNode>> retain -
root
XMSSNode root
-
stack
Stack<XMSSNode> stack
-
treeHashInstances
List<org.bouncycastle.pqc.crypto.xmss.BDSTreeHash> treeHashInstances
-
treeHeight
int treeHeight
-
used
boolean used
-
-
Class org.bouncycastle.pqc.crypto.xmss.BDSStateMap
class BDSStateMap extends Object implements Serializable- serialVersionUID:
- -3464451825208522308L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.bouncycastle.pqc.crypto.xmss.XMSSNode
class XMSSNode extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
height
int height
-
value
byte[] value
-
-
-
Package org.bouncycastle.pqc.jcajce.interfaces
-
Package org.bouncycastle.pqc.jcajce.provider
-
Class org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider
class BouncyCastlePQCProvider extends Provider implements Serializable
-
-
Package org.bouncycastle.pqc.jcajce.provider.bike
-
Class org.bouncycastle.pqc.jcajce.provider.bike.BCBIKEPrivateKey
class BCBIKEPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.bike.BCBIKEPublicKey
class BCBIKEPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.cmce
-
Class org.bouncycastle.pqc.jcajce.provider.cmce.BCCMCEPrivateKey
class BCCMCEPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.cmce.BCCMCEPublicKey
class BCCMCEPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.dilithium
-
Class org.bouncycastle.pqc.jcajce.provider.dilithium.BCDilithiumPrivateKey
class BCDilithiumPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.dilithium.BCDilithiumPublicKey
class BCDilithiumPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.falcon
-
Class org.bouncycastle.pqc.jcajce.provider.falcon.BCFalconPrivateKey
class BCFalconPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.falcon.BCFalconPublicKey
class BCFalconPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.frodo
-
Class org.bouncycastle.pqc.jcajce.provider.frodo.BCFrodoPrivateKey
class BCFrodoPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.frodo.BCFrodoPublicKey
class BCFrodoPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.gmss
-
Class org.bouncycastle.pqc.jcajce.provider.gmss.BCGMSSPublicKey
class BCGMSSPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
gmssParameterSet
GMSSParameters gmssParameterSet
The GMSSParameterSet -
gmssParams
GMSSParameters gmssParams
-
publicKeyBytes
byte[] publicKeyBytes
The GMSS public key
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.hqc
-
Class org.bouncycastle.pqc.jcajce.provider.hqc.BCHQCPrivateKey
class BCHQCPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.hqc.BCHQCPublicKey
class BCHQCPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.kyber
-
Class org.bouncycastle.pqc.jcajce.provider.kyber.BCKyberPrivateKey
class BCKyberPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.kyber.BCKyberPublicKey
class BCKyberPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.lms
-
Class org.bouncycastle.pqc.jcajce.provider.lms.BCLMSPrivateKey
class BCLMSPrivateKey extends Object implements Serializable- serialVersionUID:
- 8568701712864512338L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.lms.BCLMSPublicKey
class BCLMSPublicKey extends Object implements Serializable- serialVersionUID:
- -5617456225328969766L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.mceliece
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PrivateKey
class BCMcElieceCCA2PrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PublicKey
class BCMcElieceCCA2PublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcEliecePrivateKey
class BCMcEliecePrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
params
McEliecePrivateKeyParameters params
-
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcEliecePublicKey
class BCMcEliecePublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
params
McEliecePublicKeyParameters params
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.newhope
-
Class org.bouncycastle.pqc.jcajce.provider.newhope.BCNHPrivateKey
class BCNHPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.newhope.BCNHPublicKey
class BCNHPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.ntru
-
Class org.bouncycastle.pqc.jcajce.provider.ntru.BCNTRUPrivateKey
class BCNTRUPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.ntru.BCNTRUPublicKey
class BCNTRUPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.ntruprime
-
Class org.bouncycastle.pqc.jcajce.provider.ntruprime.BCNTRULPRimePrivateKey
class BCNTRULPRimePrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.ntruprime.BCNTRULPRimePublicKey
class BCNTRULPRimePublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.ntruprime.BCSNTRUPrimePrivateKey
class BCSNTRUPrimePrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.ntruprime.BCSNTRUPrimePublicKey
class BCSNTRUPrimePublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.picnic
-
Class org.bouncycastle.pqc.jcajce.provider.picnic.BCPicnicPrivateKey
class BCPicnicPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.picnic.BCPicnicPublicKey
class BCPicnicPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.rainbow
-
Class org.bouncycastle.pqc.jcajce.provider.rainbow.BCRainbowPrivateKey
class BCRainbowPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.rainbow.BCRainbowPublicKey
class BCRainbowPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.saber
-
Class org.bouncycastle.pqc.jcajce.provider.saber.BCSABERPrivateKey
class BCSABERPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.saber.BCSABERPublicKey
class BCSABERPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.sphincs
-
Class org.bouncycastle.pqc.jcajce.provider.sphincs.BCSphincs256PrivateKey
class BCSphincs256PrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.sphincs.BCSphincs256PublicKey
class BCSphincs256PublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.sphincsplus
-
Class org.bouncycastle.pqc.jcajce.provider.sphincsplus.BCSPHINCSPlusPrivateKey
class BCSPHINCSPlusPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.sphincsplus.BCSPHINCSPlusPublicKey
class BCSPHINCSPlusPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.xmss
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPrivateKey
class BCXMSSMTPrivateKey extends Object implements Serializable- serialVersionUID:
- 7682140473044521395L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPublicKey
class BCXMSSMTPublicKey extends Object implements Serializable- serialVersionUID:
- 3230324130542413475L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPrivateKey
class BCXMSSPrivateKey extends Object implements Serializable- serialVersionUID:
- 8568701712864512338L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPublicKey
class BCXMSSPublicKey extends Object implements Serializable- serialVersionUID:
- -5617456225328969766L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Package org.bouncycastle.util
-
Exception Class org.bouncycastle.util.MemoableResetException
class MemoableResetException extends ClassCastException implements Serializable -
Exception Class org.bouncycastle.util.StoreException
class StoreException extends RuntimeException implements Serializable-
Serialized Fields
-
_e
Throwable _e
-
-
-
Exception Class org.bouncycastle.util.StreamParsingException
class StreamParsingException extends Exception implements Serializable-
Serialized Fields
-
_e
Throwable _e
-
-
-
-
Package org.bouncycastle.util.encoders
-
Exception Class org.bouncycastle.util.encoders.DecoderException
class DecoderException extends IllegalStateException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception Class org.bouncycastle.util.encoders.EncoderException
class EncoderException extends IllegalStateException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.util.io
-
Exception Class org.bouncycastle.util.io.StreamOverflowException
class StreamOverflowException extends IOException implements Serializable
-
-
Package org.bouncycastle.util.io.pem
-
Exception Class org.bouncycastle.util.io.pem.PemGenerationException
class PemGenerationException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.util.test
-
Class org.bouncycastle.util.test.FixedSecureRandom
class FixedSecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
_data
byte[] _data
-
_index
int _index
-
-
-
Exception Class org.bouncycastle.util.test.TestFailedException
class TestFailedException extends RuntimeException implements Serializable-
Serialized Fields
-
_result
TestResult _result
-
-
-
Class org.bouncycastle.util.test.TestRandomBigInteger
class TestRandomBigInteger extends FixedSecureRandom implements Serializable -
Class org.bouncycastle.util.test.TestRandomData
class TestRandomData extends FixedSecureRandom implements Serializable
-
-
Package org.bouncycastle.x509
-
Exception Class org.bouncycastle.x509.CertPathReviewerException
class CertPathReviewerException extends LocalizedException implements Serializable-
Serialized Fields
-
certPath
CertPath certPath
-
index
int index
-
-
-
Exception Class org.bouncycastle.x509.NoSuchParserException
class NoSuchParserException extends Exception implements Serializable -
Exception Class org.bouncycastle.x509.NoSuchStoreException
class NoSuchStoreException extends Exception implements Serializable
-
-
Package org.bouncycastle.x509.util
-
Exception Class org.bouncycastle.x509.util.StreamParsingException
class StreamParsingException extends Exception implements Serializable-
Serialized Fields
-
_e
Throwable _e
-
-
-