Serialized Form
-
Package org.bouncycastle.asn1
-
Exception org.bouncycastle.asn1.ASN1Exception
class ASN1Exception extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.asn1.ASN1ParsingException
class ASN1ParsingException extends IllegalStateException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.asn1.x509
-
Exception org.bouncycastle.asn1.x509.NameConstraintValidatorException
class NameConstraintValidatorException extends Exception implements Serializable
-
-
Package org.bouncycastle.crypto
-
Exception org.bouncycastle.crypto.CryptoException
class CryptoException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.crypto.CryptoServicesPermission
class CryptoServicesPermission extends Permission implements Serializable -
Exception org.bouncycastle.crypto.DataLengthException
class DataLengthException extends RuntimeCryptoException implements Serializable -
Exception org.bouncycastle.crypto.InvalidCipherTextException
class InvalidCipherTextException extends CryptoException implements Serializable -
Exception org.bouncycastle.crypto.MaxBytesExceededException
class MaxBytesExceededException extends RuntimeCryptoException implements Serializable -
Exception org.bouncycastle.crypto.OutputLengthException
class OutputLengthException extends DataLengthException implements Serializable -
Exception org.bouncycastle.crypto.RuntimeCryptoException
class RuntimeCryptoException extends RuntimeException implements Serializable
-
-
Package org.bouncycastle.crypto.engines
-
Exception org.bouncycastle.crypto.engines.CramerShoupCoreEngine.CramerShoupCiphertextException
class CramerShoupCiphertextException extends Exception implements Serializable- serialVersionUID:
- -6360977166495345076L
-
-
Package org.bouncycastle.crypto.io
-
Exception org.bouncycastle.crypto.io.CipherIOException
class CipherIOException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
Throwable cause
-
-
Exception 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.jcajce
-
Class org.bouncycastle.jcajce.CompositePrivateKey
class CompositePrivateKey extends Object implements Serializable-
Serialized Fields
-
keys
List<PrivateKey> keys
-
-
-
Class org.bouncycastle.jcajce.CompositePublicKey
class CompositePublicKey extends Object implements Serializable -
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
-
-
-
-
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.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.util
-
Exception 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 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 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 org.bouncycastle.jce.exception.ExtCertificateEncodingException
class ExtCertificateEncodingException extends CertificateEncodingException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.jce.exception.ExtCertPathBuilderException
class ExtCertPathBuilderException extends CertPathBuilderException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.jce.exception.ExtCertPathValidatorException
class ExtCertPathValidatorException extends CertPathValidatorException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception 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 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 -
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 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.provider.test
-
Class org.bouncycastle.jce.provider.test.CertPathValidatorTest.X509CertificateObject
class X509CertificateObject extends X509Certificate implements Serializable-
Serialized Fields
-
basicConstraints
BasicConstraints basicConstraints
-
c
X509CertificateStructure c
-
hashValue
int hashValue
-
hashValueSet
boolean hashValueSet
-
keyUsage
boolean[] keyUsage
-
-
-
-
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 org.bouncycastle.pqc.crypto.ExhaustedPrivateKeyException
class ExhaustedPrivateKeyException extends IllegalStateException implements Serializable
-
-
Package org.bouncycastle.pqc.crypto.lms
-
Exception org.bouncycastle.pqc.crypto.lms.LMSException
class LMSException extends Exception implements Serializable
-
-
Package org.bouncycastle.pqc.crypto.test
-
Class org.bouncycastle.pqc.crypto.test.NullPRNG
class NullPRNG extends SecureRandom implements Serializable- serialVersionUID:
- 1L
-
-
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.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.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
-
Serialized Fields
-
params
McElieceCCA2PrivateKeyParameters params
-
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PublicKey
class BCMcElieceCCA2PublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
params
McElieceCCA2PublicKeyParameters params
-
-
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.qtesla
-
Class org.bouncycastle.pqc.jcajce.provider.qtesla.BCqTESLAPrivateKey
class BCqTESLAPrivateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.qtesla.BCqTESLAPublicKey
class BCqTESLAPublicKey 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
-
Serialized Fields
-
A1inv
short[][] A1inv
-
A2inv
short[][] A2inv
-
b1
short[] b1
-
b2
short[] b2
-
layers
Layer[] layers
-
vi
int[] vi
-
-
Class org.bouncycastle.pqc.jcajce.provider.rainbow.BCRainbowPublicKey
class BCRainbowPublicKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
coeffquadratic
short[][] coeffquadratic
-
coeffscalar
short[] coeffscalar
-
coeffsingular
short[][] coeffsingular
-
docLength
int docLength
-
rainbowParams
RainbowParameters rainbowParams
-
-
-
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.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 org.bouncycastle.util.MemoableResetException
class MemoableResetException extends ClassCastException implements Serializable -
Exception org.bouncycastle.util.StoreException
class StoreException extends RuntimeException implements Serializable-
Serialized Fields
-
_e
Throwable _e
-
-
-
Exception org.bouncycastle.util.StreamParsingException
class StreamParsingException extends Exception implements Serializable-
Serialized Fields
-
_e
Throwable _e
-
-
-
-
Package org.bouncycastle.util.encoders
-
Exception org.bouncycastle.util.encoders.DecoderException
class DecoderException extends IllegalStateException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.util.encoders.EncoderException
class EncoderException extends IllegalStateException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.util.io
-
Exception org.bouncycastle.util.io.StreamOverflowException
class StreamOverflowException extends IOException implements Serializable
-
-
Package org.bouncycastle.util.io.pem
-
Exception 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 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
-