KeyRep.ReadResolve Method

Definition

Resolve the Key object.

[Android.Runtime.Register("readResolve", "()Ljava/lang/Object;", "GetReadResolveHandler")]
protected virtual Java.Lang.Object? ReadResolve ();
[<Android.Runtime.Register("readResolve", "()Ljava/lang/Object;", "GetReadResolveHandler")>]
abstract member ReadResolve : unit -> Java.Lang.Object
override this.ReadResolve : unit -> Java.Lang.Object

Returns

Object

the resolved Key object

Attributes

Exceptions

if the Type|format combination is not recognized, or the resolution of any key parameter fails.

Remarks

Java documentation for java.security.KeyRep.readResolve().

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