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
-
Class org.bouncycastle.crypto.CryptoServicesPermission
class CryptoServicesPermission extends Permission implements Serializable -
Exception org.bouncycastle.crypto.ExhaustedPrivateKeyException
class ExhaustedPrivateKeyException extends IllegalStateException implements Serializable -
Exception org.bouncycastle.crypto.FinishedException
class FinishedException extends RuntimeStreamException implements Serializable -
Exception org.bouncycastle.crypto.IllegalKeyException
class IllegalKeyException extends IllegalArgumentException implements Serializable -
Exception org.bouncycastle.crypto.InvalidCipherTextException
class InvalidCipherTextException extends StreamException implements Serializable -
Exception org.bouncycastle.crypto.InvalidSignatureException
class InvalidSignatureException extends StreamException implements Serializable -
Exception org.bouncycastle.crypto.InvalidWrappingException
class InvalidWrappingException extends Exception implements Serializable -
Exception org.bouncycastle.crypto.OperatorNotReadyException
class OperatorNotReadyException extends RuntimeStreamException implements Serializable -
Exception org.bouncycastle.crypto.PlainInputProcessingException
class PlainInputProcessingException extends StreamException implements Serializable -
Exception org.bouncycastle.crypto.RuntimeStreamException
class RuntimeStreamException extends RuntimeException implements Serializable -
Exception org.bouncycastle.crypto.StreamException
class StreamException extends IOException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.bouncycastle.crypto.UpdateException
class UpdateException extends RuntimeStreamException implements Serializable
-
-
Package org.bouncycastle.crypto.fips
-
Class org.bouncycastle.crypto.fips.FipsAlgorithm
class FipsAlgorithm extends Object implements Serializable -
Error org.bouncycastle.crypto.fips.FipsConsistencyTestFailedError
class FipsConsistencyTestFailedError extends FipsOperationError implements Serializable -
Class org.bouncycastle.crypto.fips.FipsDigestAlgorithm
class FipsDigestAlgorithm extends FipsAlgorithm implements Serializable -
Error org.bouncycastle.crypto.fips.FipsOperationError
class FipsOperationError extends AssertionError implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.crypto.fips.FipsSecureRandom
class FipsSecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
algorithmName
String algorithmName
-
drbg
org.bouncycastle.crypto.fips.DRBG drbg
-
predictionResistant
boolean predictionResistant
-
randomSource
SecureRandom randomSource
-
-
-
Error org.bouncycastle.crypto.fips.FipsSelfTestFailedError
class FipsSelfTestFailedError extends FipsOperationError implements Serializable -
Error org.bouncycastle.crypto.fips.FipsUnapprovedOperationError
class FipsUnapprovedOperationError extends FipsOperationError implements Serializable
-
-
Package org.bouncycastle.crypto.general
-
Class org.bouncycastle.crypto.general.GeneralAlgorithm
class GeneralAlgorithm extends Object implements Serializable -
Class org.bouncycastle.crypto.general.GeneralDigestAlgorithm
class GeneralDigestAlgorithm extends GeneralAlgorithm implements Serializable -
Class org.bouncycastle.crypto.general.GeneralSecureRandom
class GeneralSecureRandom extends SecureRandom implements Serializable-
Serialized Fields
-
algorithmName
String algorithmName
-
drbg
org.bouncycastle.crypto.general.DRBG drbg
-
entropySource
EntropySource entropySource
-
predictionResistant
boolean predictionResistant
-
randomSource
SecureRandom randomSource
-
-
-
Error org.bouncycastle.crypto.general.OperationError
class OperationError extends AssertionError implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jcajce
-
Class org.bouncycastle.jcajce.AgreedKeyWithMacKey
class AgreedKeyWithMacKey extends Object implements Serializable-
Serialized Fields
-
hasBeenDestroyed
AtomicBoolean hasBeenDestroyed
-
isZeroed
AtomicBoolean isZeroed
-
macAlgorithm
String macAlgorithm
-
macKey
byte[] macKey
-
secretKey
SecretKey secretKey
-
-
-
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.KTSKeyWithEncapsulation
class KTSKeyWithEncapsulation extends Object implements Serializable-
Serialized Fields
-
encapsulation
byte[] encapsulation
-
secretKey
SecretKey secretKey
-
-
-
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
-
Class org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider
class BouncyCastleFipsProvider extends Provider implements Serializable-
Serialized Fields
-
attributeMaps
Map<Map<String,
String>, Map<String, String>> attributeMaps -
creatorMap
Map<String,
org.bouncycastle.jcajce.provider.EngineCreator> creatorMap -
entopySource
SecureRandom entopySource
-
entropyDaemon
org.bouncycastle.jcajce.provider.EntropyDaemon entropyDaemon
-
entropyThread
Thread entropyThread
-
hybridSource
boolean hybridSource
-
keyInfoConverters
Map<ASN1ObjectIdentifier,
org.bouncycastle.jcajce.provider.AsymmetricKeyInfoConverter> keyInfoConverters -
providerDefaultPredictionResistance
boolean providerDefaultPredictionResistance
-
providerDefaultRandomBuilder
FipsDRBG.Base providerDefaultRandomBuilder
-
providerDefaultRandomSecurityStrength
AtomicInteger providerDefaultRandomSecurityStrength
-
providerDefaultSecureRandomProvider
SecureRandomProvider providerDefaultSecureRandomProvider
-
providerDefaultSecurityStrength
int providerDefaultSecurityStrength
-
serviceMap
Map<String,
org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider.BcService> serviceMap -
serviceSetCache
WeakReference<Set<Provider.Service>> serviceSetCache
-
useThreadLocal
boolean useThreadLocal
-
-
-
-
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.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
-
-
-
-
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
-
-
-
Class org.bouncycastle.util.test.TestRandomBigInteger
class TestRandomBigInteger extends FixedSecureRandom implements Serializable -
Class org.bouncycastle.util.test.TestRandomData
class TestRandomData extends FixedSecureRandom implements Serializable
-