Serialized Form
-
Package org.bouncycastle.asn1
-
Class org.bouncycastle.asn1.ASN1Exception extends IOException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.asn1.ASN1ParsingException extends IllegalStateException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.asn1.eac
-
Class org.bouncycastle.asn1.eac.BidirectionalMap extends Hashtable implements Serializable
- serialVersionUID:
- -7457289971962812909L
-
Serialized Fields
-
reverseMap
Hashtable reverseMap
-
-
-
Package org.bouncycastle.asn1.x509
-
Class org.bouncycastle.asn1.x509.NameConstraintValidatorException extends Exception implements Serializable
-
-
Package org.bouncycastle.crypto
-
Class org.bouncycastle.crypto.CryptoException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.crypto.CryptoServicesPermission extends Permission implements Serializable
-
Class org.bouncycastle.crypto.DataLengthException extends RuntimeCryptoException implements Serializable
-
Class org.bouncycastle.crypto.InvalidCipherTextException extends CryptoException implements Serializable
-
Class org.bouncycastle.crypto.MaxBytesExceededException extends RuntimeCryptoException implements Serializable
-
Class org.bouncycastle.crypto.OutputLengthException extends DataLengthException implements Serializable
-
Class org.bouncycastle.crypto.RuntimeCryptoException extends RuntimeException implements Serializable
-
-
Package org.bouncycastle.crypto.engines
-
Class org.bouncycastle.crypto.engines.CramerShoupCoreEngine.CramerShoupCiphertextException extends Exception implements Serializable
- serialVersionUID:
- -6360977166495345076L
-
-
Package org.bouncycastle.crypto.io
-
Class org.bouncycastle.crypto.io.CipherIOException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
Throwable cause
-
-
Class org.bouncycastle.crypto.io.InvalidCipherTextIOException extends CipherIOException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.bouncycastle.crypto.prng
-
Class org.bouncycastle.crypto.prng.FixedSecureRandom extends SecureRandom implements Serializable
-
Serialized Fields
-
_data
byte[] _data
-
_index
int _index
-
_intPad
int _intPad
-
-
-
Class org.bouncycastle.crypto.prng.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 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 extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Class org.bouncycastle.crypto.util.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
-
Class org.bouncycastle.i18n.LocalizedException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
message
ErrorBundle message
-
-
-
Class org.bouncycastle.i18n.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 extends Object implements Serializable
-
Serialized Fields
-
keys
List<PrivateKey> keys
-
-
-
Class org.bouncycastle.jcajce.CompositePublicKey extends Object implements Serializable
-
Class org.bouncycastle.jcajce.PBKDF1Key extends Object implements Serializable
-
Serialized Fields
-
converter
CharToByteConverter converter
-
password
char[] password
-
-
-
Class org.bouncycastle.jcajce.PBKDF1KeyWithParameters extends PBKDF1Key implements Serializable
-
Serialized Fields
-
iterationCount
int iterationCount
-
salt
byte[] salt
-
-
-
Class org.bouncycastle.jcajce.PBKDF2Key extends Object implements Serializable
-
Serialized Fields
-
converter
CharToByteConverter converter
-
password
char[] password
-
-
-
Class org.bouncycastle.jcajce.PBKDF2KeyWithParameters extends PBKDF2Key implements Serializable
-
Serialized Fields
-
iterationCount
int iterationCount
-
salt
byte[] salt
-
-
-
Class org.bouncycastle.jcajce.PKCS12Key extends Object implements Serializable
-
Serialized Fields
-
password
char[] password
-
useWrongZeroLengthConversion
boolean useWrongZeroLengthConversion
-
-
-
Class org.bouncycastle.jcajce.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 extends Object implements Serializable
- serialVersionUID:
- 311058815616901812L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPublicKey extends Object implements Serializable
- serialVersionUID:
- -216691575254424324L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.dsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- -4677259546958385734L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 1752452449903495175L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.dstu
-
Class org.bouncycastle.jcajce.provider.asymmetric.dstu.BCDSTU4145PrivateKey extends Object implements Serializable
- serialVersionUID:
- 7245981689601667138L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dstu.BCDSTU4145PublicKey extends Object implements Serializable
- serialVersionUID:
- 7026240464295649314L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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 extends Object implements Serializable
- serialVersionUID:
- 994553197664784084L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey extends Object implements Serializable
- serialVersionUID:
- 2422789860422731812L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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 extends Object implements Serializable
- serialVersionUID:
- 7245981689601667138L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ecgost.BCECGOST3410PublicKey extends Object implements Serializable
- serialVersionUID:
- 7026240464295649314L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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 extends Object implements Serializable
- serialVersionUID:
- 7245981689601667138L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ecgost12.BCECGOST3410_2012PublicKey extends Object implements Serializable
- serialVersionUID:
- 7026240464295649314L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
attributes
byte[] attributes
-
hasPublicKey
boolean hasPublicKey
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCEdDSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPrivateKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
attributes
byte[] attributes
-
hasPublicKey
boolean hasPublicKey
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPublicKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.elgamal
-
Class org.bouncycastle.jcajce.provider.asymmetric.elgamal.BCElGamalPrivateKey extends Object implements Serializable
- serialVersionUID:
- 4819350091141529678L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.elgamal.BCElGamalPublicKey extends Object implements Serializable
- serialVersionUID:
- 8712728417091216948L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.gost
-
Class org.bouncycastle.jcajce.provider.asymmetric.gost.BCGOST3410PrivateKey extends Object implements Serializable
- serialVersionUID:
- 8581661527592305464L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.gost.BCGOST3410PublicKey extends Object implements Serializable
- serialVersionUID:
- -6251023343619275990L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.rsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateCrtKey extends BCRSAPrivateKey implements Serializable
- serialVersionUID:
- 7834723820638524718L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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 extends Object implements Serializable
- serialVersionUID:
- 5110188922551353628L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
algorithmIdentifierEnc
byte[] algorithmIdentifierEnc
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 2675817738516720772L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.util
-
Class org.bouncycastle.jcajce.provider.asymmetric.util.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 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 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 extends SecureRandomSpi implements Serializable
-
Class org.bouncycastle.jcajce.provider.drbg.DRBG.NonceAndIV extends SecureRandomSpi implements Serializable
-
-
Package org.bouncycastle.jcajce.provider.symmetric.util
-
Class org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher.InvalidKeyOrParametersException extends InvalidKeyException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jcajce.provider.symmetric.util.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
-
Class org.bouncycastle.jcajce.provider.util.BadBlockException extends BadPaddingException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jcajce.spec
-
Class org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec extends Object implements Serializable
-
Serialized Fields
-
algorithm
String algorithm
-
-
-
-
Package org.bouncycastle.jcajce.util
-
Class org.bouncycastle.jcajce.util.AnnotatedPrivateKey extends Object implements Serializable
-
Serialized Fields
-
annotations
Map<String,Object> annotations
-
key
PrivateKey key
-
-
-
-
Package org.bouncycastle.jce.exception
-
Class org.bouncycastle.jce.exception.ExtCertificateEncodingException extends CertificateEncodingException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jce.exception.ExtCertPathBuilderException extends CertPathBuilderException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jce.exception.ExtCertPathValidatorException extends CertPathValidatorException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jce.exception.ExtIOException extends IOException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jce.interfaces
-
Package org.bouncycastle.jce.provider
-
Class org.bouncycastle.jce.provider.AnnotatedException extends Exception implements Serializable
-
Serialized Fields
-
_underlyingException
Throwable _underlyingException
-
-
-
Class org.bouncycastle.jce.provider.BouncyCastleProvider extends Provider implements Serializable
-
Class org.bouncycastle.jce.provider.JCEDHPrivateKey extends Object implements Serializable
- serialVersionUID:
- 311058815616901812L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrier attrCarrier
-
dhSpec
DHParameterSpec dhSpec
-
info
PrivateKeyInfo info
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JCEDHPublicKey extends Object implements Serializable
- serialVersionUID:
- -216691575254424324L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
dhSpec
DHParameterSpec dhSpec
-
info
SubjectPublicKeyInfo info
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.JCEECPrivateKey extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
d
BigInteger d
-
ecSpec
ECParameterSpec ecSpec
-
publicKey
DERBitString publicKey
-
withCompression
boolean withCompression
-
-
-
Class org.bouncycastle.jce.provider.JCEECPublicKey extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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 extends Object implements Serializable
- serialVersionUID:
- 4819350091141529678L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
elSpec
ElGamalParameterSpec elSpec
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JCEElGamalPublicKey extends Object implements Serializable
- serialVersionUID:
- 8712728417091216948L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
elSpec
ElGamalParameterSpec elSpec
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.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 extends Object implements Serializable
- serialVersionUID:
- 5110188922551353628L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.bouncycastle.jce.provider.JCERSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 2675817738516720772L
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jce.provider.JDKDSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- -4677259546958385734L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
dsaSpec
DSAParams dsaSpec
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JDKDSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 1752452449903495175L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
dsaSpec
DSAParams dsaSpec
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.PKIXNameConstraintValidatorException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jce.provider.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 extends Object implements Serializable
-
Serialized Fields
-
privKey
PrivateKey privKey
-
pubKey
PublicKey pubKey
-
-
-
Class org.bouncycastle.jce.spec.MQVPrivateKeySpec extends Object implements Serializable
-
Serialized Fields
-
ephemeralPrivateKey
PrivateKey ephemeralPrivateKey
Deprecated. -
ephemeralPublicKey
PublicKey ephemeralPublicKey
Deprecated. -
staticPrivateKey
PrivateKey staticPrivateKey
Deprecated.
-
-
-
Class org.bouncycastle.jce.spec.MQVPublicKeySpec extends Object implements Serializable
-
Class org.bouncycastle.jce.spec.RepeatedSecretKeySpec extends RepeatedSecretKeySpec implements Serializable
-
Serialized Fields
-
algorithm
String algorithm
Deprecated.
-
-
-
-
Package org.bouncycastle.pqc.crypto
-
Class org.bouncycastle.pqc.crypto.ExhaustedPrivateKeyException extends IllegalStateException implements Serializable
-
-
Package org.bouncycastle.pqc.crypto.lms
-
Class org.bouncycastle.pqc.crypto.lms.LMSException extends Exception implements Serializable
-
-
Package org.bouncycastle.pqc.crypto.xmss
-
Class org.bouncycastle.pqc.crypto.xmss.BDS extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- 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 extends Object implements Serializable
- serialVersionUID:
- -3464451825208522308L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class org.bouncycastle.pqc.crypto.xmss.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 extends Provider implements Serializable
-
-
Package org.bouncycastle.pqc.jcajce.provider.gmss
-
Class org.bouncycastle.pqc.jcajce.provider.gmss.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 extends Object implements Serializable
- serialVersionUID:
- 8568701712864512338L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.lms.BCLMSPublicKey extends Object implements Serializable
- serialVersionUID:
- -5617456225328969766L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.mceliece
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PrivateKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
params
McElieceCCA2PrivateKeyParameters params
-
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PublicKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
params
McElieceCCA2PublicKeyParameters params
-
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcEliecePrivateKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
params
McEliecePrivateKeyParameters params
-
-
Class org.bouncycastle.pqc.jcajce.provider.mceliece.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.newhope.BCNHPublicKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.qtesla
-
Class org.bouncycastle.pqc.jcajce.provider.qtesla.BCqTESLAPrivateKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.qtesla.BCqTESLAPublicKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.rainbow
-
Class org.bouncycastle.pqc.jcajce.provider.rainbow.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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.sphincs.BCSphincs256PublicKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Package org.bouncycastle.pqc.jcajce.provider.xmss
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPrivateKey extends Object implements Serializable
- serialVersionUID:
- 7682140473044521395L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPublicKey extends Object implements Serializable
- serialVersionUID:
- 3230324130542413475L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPrivateKey extends Object implements Serializable
- serialVersionUID:
- 8568701712864512338L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPublicKey extends Object implements Serializable
- serialVersionUID:
- -5617456225328969766L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Package org.bouncycastle.util
-
Class org.bouncycastle.util.MemoableResetException extends ClassCastException implements Serializable
-
Class org.bouncycastle.util.StoreException extends RuntimeException implements Serializable
-
Serialized Fields
-
_e
Throwable _e
-
-
-
Class org.bouncycastle.util.StreamParsingException extends Exception implements Serializable
-
Serialized Fields
-
_e
Throwable _e
-
-
-
-
Package org.bouncycastle.util.encoders
-
Class org.bouncycastle.util.encoders.DecoderException extends IllegalStateException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.util.encoders.EncoderException extends IllegalStateException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.util.io
-
Class org.bouncycastle.util.io.StreamOverflowException extends IOException implements Serializable
-
-
Package org.bouncycastle.util.io.pem
-
Class org.bouncycastle.util.io.pem.PemGenerationException extends IOException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.util.test
-
Class org.bouncycastle.util.test.FixedSecureRandom extends SecureRandom implements Serializable
-
Serialized Fields
-
_data
byte[] _data
-
_index
int _index
-
-
-
Class org.bouncycastle.util.test.TestFailedException extends RuntimeException implements Serializable
-
Serialized Fields
-
_result
TestResult _result
-
-
-
Class org.bouncycastle.util.test.TestRandomBigInteger extends FixedSecureRandom implements Serializable
-
Class org.bouncycastle.util.test.TestRandomData extends FixedSecureRandom implements Serializable
-
-
Package org.bouncycastle.x509
-
Class org.bouncycastle.x509.CertPathReviewerException extends LocalizedException implements Serializable
-
Serialized Fields
-
certPath
CertPath certPath
-
index
int index
-
-
-
Class org.bouncycastle.x509.NoSuchParserException extends Exception implements Serializable
-
Class org.bouncycastle.x509.NoSuchStoreException extends Exception implements Serializable
-
-
Package org.bouncycastle.x509.util
-
Class org.bouncycastle.x509.util.StreamParsingException extends Exception implements Serializable
-
Serialized Fields
-
_e
Throwable _e
-
-
-