SecretKey.SerialVersionUID Field

Definition

Caution

Use 'Javax.Crypto.ISecretKey.SerialVersionUID'. This class will be removed in a future release.

The class fingerprint that is set to indicate serialization compatibility since J2SE 1.

[Android.Runtime.Register("serialVersionUID")]
[System.Obsolete("Use 'Javax.Crypto.ISecretKey.SerialVersionUID'. This class will be removed in a future release.")]
public const long SerialVersionUID = -4795878709595146952;
[<Android.Runtime.Register("serialVersionUID")>]
[<System.Obsolete("Use 'Javax.Crypto.ISecretKey.SerialVersionUID'. This class will be removed in a future release.")>]
val mutable SerialVersionUID : int64

Field Value

Value = -4795878709595146952
Attributes

Remarks

The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.

Java documentation for javax.crypto.SecretKey.serialVersionUID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to