Serialized Form
Package com.ibm.crypto.provider |
serialVersionUID: -2682758774652878240L
serialVersionUID: 4923799573357658384L
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serialization write.
- Throws:
IOException
sourceFile
File sourceFile
identities
Hashtable<K,V> identities
serialVersionUID: -3888978670357092251L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- 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
- 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: -5315033893984728443L
serialVersionUID: 1572699429277957109L
serialVersionUID: -1965144811953540392L
serialVersionUID: -4572885201200175466L
serialVersionUID: 4482838265551344752L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Restores the state of the SealedObject from a stream.
- Throws:
NullPointerException
- if s is null.
IOException
ClassNotFoundException
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.
-
serialVersionUID: 8427718640832943747L
Package javax.crypto.interfaces |
Package javax.crypto.spec |
serialVersionUID: 6577238317307289933L
key
byte[] key
- The secret key.
-
algorithm
String algorithm
- The name of the algorithm associated with this key.
-