SignedObject.Object Property

Definition

Retrieves the encapsulated object.

public Java.Lang.Object? Object { [Android.Runtime.Register("getObject", "()Ljava/lang/Object;", "")] get; }
[<get: Android.Runtime.Register("getObject", "()Ljava/lang/Object;", "")>]
member this.Object : Java.Lang.Object

Property Value

the encapsulated object.

Attributes

Exceptions

if deserialization failed.

if the class of the encapsulated object can not be found.

Remarks

Retrieves the encapsulated object. The encapsulated object is de-serialized before it is returned.

Java documentation for java.security.SignedObject.getObject().

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