JarEntry.GetCertificates Method

Definition

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

[Android.Runtime.Register("getCertificates", "()[Ljava/security/cert/Certificate;", "GetGetCertificatesHandler")]
public virtual Java.Security.Cert.Certificate[]? GetCertificates ();
[<Android.Runtime.Register("getCertificates", "()[Ljava/security/cert/Certificate;", "GetGetCertificatesHandler")>]
abstract member GetCertificates : unit -> Java.Security.Cert.Certificate[]
override this.GetCertificates : unit -> Java.Security.Cert.Certificate[]

Returns

Certificate[]

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

Attributes

Remarks

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

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