Serialized Form
Package java.security.spec |
Class java.security.spec.InvalidKeySpecException implements Serializable |
Class java.security.spec.InvalidParameterSpecException implements Serializable |
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.cert |
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 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
java.util.List certificates
c
X509CertificateStructure c
pkcs12Attributes
java.util.Hashtable pkcs12Attributes
pkcs12Ordering
java.util.Vector pkcs12Ordering
Package org.bouncycastle.ocsp |
e
java.lang.Exception e