Serialized Form
Class java.lang.AbstractMethodError implements Serializable |
Class java.lang.ArithmeticException implements Serializable |
Class java.lang.ArrayIndexOutOfBoundsException implements Serializable |
Class java.lang.ArrayStoreException implements Serializable |
Class java.lang.AssertionError implements Serializable |
Class java.lang.Boolean implements Serializable |
value
boolean value
Class java.lang.Byte implements Serializable |
value
byte value
Class java.lang.Character implements Serializable |
value
char value
Class java.lang.Class implements Serializable |
Class java.lang.ClassCastException implements Serializable |
Class java.lang.ClassCircularityError implements Serializable |
Class java.lang.ClassFormatError implements Serializable |
Class java.lang.ClassNotFoundException implements Serializable |
ex
java.lang.Throwable ex
Class java.lang.CloneNotSupportedException implements Serializable |
Class java.lang.Double implements Serializable |
value
double value
Class java.lang.Error implements Serializable |
Class java.lang.Exception implements Serializable |
Class java.lang.ExceptionInInitializerError implements Serializable |
exception
java.lang.Throwable exception
Class java.lang.Float implements Serializable |
value
float value
Class java.lang.IllegalAccessError implements Serializable |
Class java.lang.IllegalAccessException implements Serializable |
Class java.lang.IllegalArgumentException implements Serializable |
Class java.lang.IllegalMonitorStateException implements Serializable |
Class java.lang.IllegalStateException implements Serializable |
Class java.lang.IllegalThreadStateException implements Serializable |
Class java.lang.IncompatibleClassChangeError implements Serializable |
Class java.lang.IndexOutOfBoundsException implements Serializable |
Class java.lang.InstantiationError implements Serializable |
Class java.lang.InstantiationException implements Serializable |
Class java.lang.Integer implements Serializable |
value
int value
Class java.lang.InternalError implements Serializable |
Class java.lang.InterruptedException implements Serializable |
Class java.lang.LinkageError implements Serializable |
Class java.lang.Long implements Serializable |
value
long value
Class java.lang.NegativeArraySizeException implements Serializable |
Class java.lang.NoClassDefFoundError implements Serializable |
Class java.lang.NoSuchFieldError implements Serializable |
Class java.lang.NoSuchFieldException implements Serializable |
Class java.lang.NoSuchMethodError implements Serializable |
Class java.lang.NoSuchMethodException implements Serializable |
Class java.lang.NullPointerException implements Serializable |
Class java.lang.Number implements Serializable |
Class java.lang.NumberFormatException implements Serializable |
Class java.lang.OutOfMemoryError implements Serializable |
Class java.lang.RuntimeException implements Serializable |
Class java.lang.RuntimePermission implements Serializable |
Class java.lang.SecurityException implements Serializable |
Class java.lang.Short implements Serializable |
value
short value
Class java.lang.StackOverflowError implements Serializable |
Class java.lang.StackTraceElement implements Serializable |
declaringClass
java.lang.String declaringClass
methodName
java.lang.String methodName
fileName
java.lang.String fileName
lineNumber
int lineNumber
Class java.lang.String implements Serializable |
Class java.lang.StringBuffer implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
value
char[] value
count
int count
shared
boolean shared
Class java.lang.StringIndexOutOfBoundsException implements Serializable |
Class java.lang.ThreadDeath implements Serializable |
Class java.lang.Throwable implements Serializable |
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
detailMessage
java.lang.String detailMessage
cause
java.lang.Throwable cause
stackTrace
java.lang.StackTraceElement[] stackTrace
Class java.lang.UnknownError implements Serializable |
Class java.lang.UnsatisfiedLinkError implements Serializable |
Class java.lang.UnsupportedClassVersionError implements Serializable |
Class java.lang.VerifyError implements Serializable |
Class java.lang.VirtualMachineError implements Serializable |
Class java.security.AccessControlException implements Serializable |
perm
java.security.Permission perm
Class java.security.AllPermission implements Serializable |
Class java.security.BasicPermission implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
Class java.security.CodeSource implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
location
java.net.URL location
Class java.security.DigestException implements Serializable |
Class java.security.GuardedObject implements Serializable |
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
object
java.lang.Object object
guard
java.security.Guard guard
Class java.security.Identity implements Serializable |
name
java.lang.String name
publicKey
java.security.PublicKey publicKey
info
java.lang.String info
scope
java.security.IdentityScope scope
certificates
java.util.Vector certificates
Class java.security.IdentityScope implements Serializable |
Class java.security.InvalidKeyException implements Serializable |
Class java.security.InvalidParameterException implements Serializable |
Class java.security.KeyException implements Serializable |
Class java.security.KeyManagementException implements Serializable |
Class java.security.KeyPair implements Serializable |
privateKey
java.security.PrivateKey privateKey
publicKey
java.security.PublicKey publicKey
Class java.security.NoSuchAlgorithmException implements Serializable |
Class java.security.NoSuchProviderException implements Serializable |
Class java.security.Permission implements Serializable |
name
java.lang.String name
Class java.security.PermissionCollection implements Serializable |
readOnly
boolean readOnly
Class java.security.Permissions implements Serializable |
perms
java.util.Hashtable perms
allPermission
java.security.PermissionCollection allPermission
Class java.security.PrivilegedActionException implements Serializable |
exception
java.lang.Exception exception
Class java.security.Provider implements Serializable |
name
java.lang.String name
info
java.lang.String info
version
double version
Class java.security.ProviderException implements Serializable |
Class java.security.SecureRandom implements Serializable |
provider
java.security.Provider provider
secureRandomSpi
java.security.SecureRandomSpi secureRandomSpi
state
byte[] state
digest
java.security.MessageDigest digest
randomBytes
byte[] randomBytes
randomBytesUsed
int randomBytesUsed
counter
long counter
Class java.security.SecureRandomSpi implements Serializable |
Class java.security.SecurityPermission implements Serializable |
Class java.security.SignatureException implements Serializable |
Class java.security.SignedObject implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
content
byte[] content
signature
byte[] signature
thealgorithm
java.lang.String thealgorithm
Class java.security.Signer implements Serializable |
privateKey
java.security.PrivateKey privateKey
Class java.security.UnresolvedPermission implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
type
java.lang.String type
name
java.lang.String name
actions
java.lang.String actions
Package java.security.cert |
Class java.security.cert.Certificate.CertificateRep implements Serializable |
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
type
java.lang.String type
data
byte[] data
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Replaces the CertPath to be serialized with a CertPathRep
object.
- Throws:
java.io.ObjectStreamException
- if a CertPathRep object
representing this certification path could not be created
type
java.lang.String type
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Returns a CertPath constructed from the type and data.
- Throws:
java.io.ObjectStreamException
- if a CertPath could not be constructed
type
java.lang.String type
data
byte[] data
cause
java.lang.Throwable cause
cause
java.lang.Throwable cause
certPath
CertPath certPath
index
int index
cause
java.lang.Throwable cause
Package java.security.spec |
Class java.util.BitSet implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
bits
long[] bits
Class java.util.Calendar implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
fields
int[] fields
isSet
boolean[] isSet
time
long time
isTimeSet
boolean isTimeSet
areFieldsSet
boolean areFieldsSet
lenient
boolean lenient
zone
java.util.TimeZone zone
firstDayOfWeek
int firstDayOfWeek
minimalDaysInFirstWeek
int minimalDaysInFirstWeek
nextStamp
int nextStamp
serialVersionOnStream
int serialVersionOnStream
Class java.util.ConcurrentModificationException implements Serializable |
Class java.util.Currency implements Serializable |
readResolve
private java.lang.Object readResolve()
currencyCode
java.lang.String currencyCode
Class java.util.Date implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
Class java.util.EmptyStackException implements Serializable |
Class java.util.EventObject implements Serializable |
Class java.util.GregorianCalendar implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
gregorianCutover
long gregorianCutover
Class java.util.HashMap implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
threshold
int threshold
loadFactor
float loadFactor
Class java.util.Hashtable implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
threshold
int threshold
loadFactor
float loadFactor
Class java.util.IdentityHashMap implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
size
int size
Class java.util.LinkedHashMap implements Serializable |
accessOrder
boolean accessOrder
Class java.util.LinkedHashSet implements Serializable |
Class java.util.LinkedList implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
Class java.util.Locale implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
language
java.lang.String language
country
java.lang.String country
variant
java.lang.String variant
hashcode
int hashcode
Class java.util.MissingResourceException implements Serializable |
className
java.lang.String className
key
java.lang.String key
Class java.util.NoSuchElementException implements Serializable |
Class java.util.Properties implements Serializable |
defaults
java.util.Properties defaults
Class java.util.PropertyPermission implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
actions
java.lang.String actions
Class java.util.Random implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
Class java.util.SimpleTimeZone implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
startMonth
int startMonth
startDay
int startDay
startDayOfWeek
int startDayOfWeek
startTime
int startTime
startTimeMode
int startTimeMode
endMonth
int endMonth
endDay
int endDay
endDayOfWeek
int endDayOfWeek
endTime
int endTime
endTimeMode
int endTimeMode
startYear
int startYear
rawOffset
int rawOffset
useDaylight
boolean useDaylight
monthLength
byte[] monthLength
startMode
int startMode
endMode
int endMode
dstSavings
int dstSavings
serialVersionOnStream
int serialVersionOnStream
Class java.util.Stack implements Serializable |
Class java.util.TimeZone implements Serializable |
ID
java.lang.String ID
Class java.util.TooManyListenersException implements Serializable |
Class java.util.TreeMap implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
comparator
java.util.Comparator comparator
Class java.util.TreeSet implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException
Class java.util.Vector implements Serializable |
elementData
java.lang.Object[] elementData
elementCount
int elementCount
capacityIncrement
int capacityIncrement
encodedParams
byte[] encodedParams
encryptedContent
byte[] encryptedContent
paramsAlg
java.lang.String paramsAlg
sealAlg
java.lang.String sealAlg
Package javax.crypto.spec |
algorithm
java.lang.String algorithm
key
byte[] key
Package org.bouncycastle.crypto |
Package org.bouncycastle.jce.spec |
pubKey
java.security.PublicKey pubKey
privKey
java.security.PrivateKey privKey
Package org.bouncycastle.jce.provider |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
x
java.math.BigInteger x
dhSpec
DHParameterSpec dhSpec
pkcs12Attributes
java.util.Hashtable pkcs12Attributes
pkcs12Ordering
java.util.Vector pkcs12Ordering
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
y
java.math.BigInteger y
dhSpec
DHParameterSpec dhSpec
algorithm
java.lang.String algorithm
d
java.math.BigInteger d
ecSpec
ECParameterSpec ecSpec
pkcs12Attributes
java.util.Hashtable pkcs12Attributes
pkcs12Ordering
java.util.Vector pkcs12Ordering
algorithm
java.lang.String algorithm
q
ECPoint q
ecSpec
ECParameterSpec ecSpec
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
x
java.math.BigInteger x
elSpec
ElGamalParameterSpec elSpec
pkcs12Attributes
java.util.Hashtable pkcs12Attributes
pkcs12Ordering
java.util.Vector pkcs12Ordering
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
y
java.math.BigInteger y
elSpec
ElGamalParameterSpec elSpec
algorithm
java.lang.String algorithm
password
char[] password
pkcs12
boolean pkcs12
publicExponent
java.math.BigInteger publicExponent
primeP
java.math.BigInteger primeP
primeQ
java.math.BigInteger primeQ
primeExponentP
java.math.BigInteger primeExponentP
primeExponentQ
java.math.BigInteger primeExponentQ
crtCoefficient
java.math.BigInteger crtCoefficient
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
modulus
java.math.BigInteger modulus
privateExponent
java.math.BigInteger privateExponent
pkcs12Attributes
java.util.Hashtable pkcs12Attributes
pkcs12Ordering
java.util.Vector pkcs12Ordering
modulus
java.math.BigInteger modulus
publicExponent
java.math.BigInteger publicExponent
x
java.math.BigInteger x
dsaSpec
java.security.interfaces.DSAParams dsaSpec
pkcs12Attributes
java.util.Hashtable pkcs12Attributes
pkcs12Ordering
java.util.Vector pkcs12Ordering
y
java.math.BigInteger y
dsaSpec
java.security.interfaces.DSAParams dsaSpec
certificates
List certificates