ClassLoader.SetSigners(Class, Object[]) Method

Definition

Sets the signers of a class.

[Android.Runtime.Register("setSigners", "(Ljava/lang/Class;[Ljava/lang/Object;)V", "")]
protected void SetSigners (Java.Lang.Class? c, Java.Lang.Object[]? signers);
[<Android.Runtime.Register("setSigners", "(Ljava/lang/Class;[Ljava/lang/Object;)V", "")>]
member this.SetSigners : Java.Lang.Class * Java.Lang.Object[] -> unit

Parameters

c
Class

The Class object

signers
Object[]

The signers for the class

Attributes

Remarks

Sets the signers of a class. This should be invoked after defining a class.

Added in 1.1.

Java documentation for java.lang.ClassLoader.setSigners(java.lang.Class<?>, java.lang.Object[]).

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