JarEntry.GetCodeSigners Method

Definition

Returns the <code>CodeSigner</code> objects for this entry, or <code>null</code> if none.

[Android.Runtime.Register("getCodeSigners", "()[Ljava/security/CodeSigner;", "GetGetCodeSignersHandler")]
public virtual Java.Security.CodeSigner[]? GetCodeSigners ();
[<Android.Runtime.Register("getCodeSigners", "()[Ljava/security/CodeSigner;", "GetGetCodeSignersHandler")>]
abstract member GetCodeSigners : unit -> Java.Security.CodeSigner[]
override this.GetCodeSigners : unit -> Java.Security.CodeSigner[]

Returns

CodeSigner[]

the <code>CodeSigner</code> objects for this entry, or <code>null</code> if none.

Attributes

Remarks

Java documentation for java.util.jar.JarEntry.getCodeSigners().

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

See also