Overview | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES

Serialized Form


Package javax.crypto

Class javax.crypto.BadPaddingException

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class javax.crypto.IllegalBlockSizeException

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class javax.crypto.NoSuchPaddingException

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class javax.crypto.SealedObject

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - 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

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Package javax.crypto.spec


Class javax.crypto.spec.SecretKeySpec

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

algorithm

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

key

byte[] key
The secret key.


Overview | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES