Serialized Form
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.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
java.lang.String paramsAlg
- The algorithm of the parameters used.
sealAlg
java.lang.String sealAlg
- The algorithm that was used to seal this object.
Package javax.crypto.spec |
algorithm
java.lang.String algorithm
- The name of the algorithm associated with this key.
key
byte[] key
- The secret key.