Serialized Form


Package javax.crypto

Class javax.crypto.BadPaddingException implements Serializable

Class javax.crypto.IllegalBlockSizeException implements Serializable

Class javax.crypto.NoSuchPaddingException implements Serializable

Class javax.crypto.SealedObject implements Serializable

Serialization Methods

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.
Serialized Fields

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.

Class javax.crypto.ShortBufferException implements Serializable


Package javax.crypto.spec

Class javax.crypto.spec.SecretKeySpec implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm
The name of the algorithm associated with this key.

key

byte[] key
The secret key.