Serialized Form
|
Package com.ibm.crypto.provider |
serialVersionUID: -2682758774652878240l
serialVersionUID: 4923799573357658384l
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serialization write.
sourceFile
File sourceFile
identities
Hashtable identities
serialVersionUID: -3888978670357092251l
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
ri
int ri
tMix
int tMix
- This variable determines how often true random data is
mixed into the MD5 generated stream of data. A value of
1 means add true randomness to every byte and Integer.MAX_VALUE
means skip true randomness.
state
byte[] state
serialVersionUID: -3888978670357092251l
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
seedGenerator
SecureRandom seedGenerator
P64
BigInteger P64
syms
int[] syms
sbuf
byte[] sbuf
rngTestBuf
byte[] rngTestBuf
accu
long accu
firstTrng
boolean firstTrng
rngTest
long rngTest
bits
int bits
nsam
int nsam
state
byte[] state
serialVersionUID: 9060648952088498478l
trusted
boolean trusted
info
String info
serialVersionUID: -2127743304301557711l
trusted
boolean trusted
serialVersionUID: 4482838265551344752l
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject is called to restore the state of the SealedObject from
a stream.
encryptedContent
byte[] encryptedContent
- The serialized object contents in encrypted format.
-
sealAlg
String sealAlg
- The algorithm that was used to seal this object.
-
paramsAlg
String paramsAlg
- The algorithm of the parameters used.
-
encodedParams
byte[] encodedParams
- The encoded parameters.
-
|
Package javax.crypto.spec |
key
byte[] key
- The secret key.
-
algorithm
String algorithm
- The name of the algorithm associated with this key.
-