Serialized Form
Package com.ibm.crypto.provider |
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serialization write.
identities
Hashtable identities
sourceFile
File sourceFile
md5
MessageDigest md5
ri
int ri
seedGenerator
SecureRandom seedGenerator
state
byte[] state
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.
info
String info
trusted
boolean trusted
trusted
boolean trusted
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject is called to restore the state of the SealedObject from
a stream.
encodedParams
byte[] encodedParams
- The encoded parameters.
-
encryptedContent
byte[] encryptedContent
- The serialized object contents in encrypted format.
-
paramsAlg
String paramsAlg
- The algorithm of the parameters used.
-
sealAlg
String sealAlg
- The algorithm that was used to seal this object.
-
Package javax.crypto.spec |
algorithm
String algorithm
- The name of the algorithm associated with this key.
-
key
byte[] key
- The secret key.
-