Serialized Form


Package javax.crypto

Class javax.crypto.BadPaddingException extends GeneralSecurityException implements Serializable

Class javax.crypto.ExemptionMechanismException extends GeneralSecurityException implements Serializable

Class javax.crypto.IllegalBlockSizeException extends GeneralSecurityException implements Serializable

Class javax.crypto.NoSuchPaddingException extends GeneralSecurityException implements Serializable

Class javax.crypto.SealedObject extends Object implements Serializable

serialVersionUID: 4482838265551344752L

Serialized Fields

params_

byte[] params_
The encoded paramaters.


pAlg_

String pAlg_

algorithm_

String algorithm_
The algorithm that was used to seal the object.


data_

byte[] data_

Class javax.crypto.ShortBufferException extends GeneralSecurityException implements Serializable


Package javax.crypto.interfaces

Package javax.crypto.spec

Class javax.crypto.spec.SecretKeySpec extends Object implements Serializable

Serialized Fields

algorithm_

String algorithm_
The name of the secret-key algorithm.


key_

byte[] key_
The key material of the secret key.



Copyright © Fraunhofer Gesellschaft. All Rights Reserved.