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
-
-
-
Exception Class org.bouncycastle.asn1.DEREncodingException
class DEREncodingException extends IllegalStateException implements Serializable
-
-
Package org.bouncycastle.asn1.x509
-
Exception Class org.bouncycastle.asn1.x509.CRLValidatorException
class CRLValidatorException extends Exception implements Serializable -
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.ExhaustedPrivateKeyException
class ExhaustedPrivateKeyException extends IllegalStateException 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:
IOExceptionClassNotFoundException
-
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.pqc.crypto
-
Exception Class org.bouncycastle.pqc.crypto.ExhaustedPrivateKeyException
class ExhaustedPrivateKeyException extends ExhaustedPrivateKeyException 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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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.util
-
Exception Class org.bouncycastle.util.AggregateRuntimeException
class AggregateRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
exceptions
List exceptions
-
-
-
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
-